🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 09:17:26 | PHP 8.2.32
📂
/ (Root)
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
reactivex
/
operators
/
__pycache__
📍 /opt/alt/python38/lib/python3.8/site-packages/reactivex/operators/__pycache__
🔄 Refresh
✏️
Editing: _defaultifempty.cpython-38.pyc
Read Only
U v�i� � @ sb d dl mZmZmZ d dlmZmZ ed�Zdee eee geee f d�dd�ZdgZ dS ) � )�Callable�Optional�TypeVar)� Observable�abc�_TN)� default_value�returnc s$ t t t tt d�� fdd�}|S )N)�sourcer c s4 dt jtt tt j t jd��� fdd� }t|�S )a� Returns the elements of the specified sequence or the specified value in a singleton sequence if the sequence is empty. Examples: >>> obs = default_if_empty(source) Args: source: Source observable. Returns: An observable sequence that contains the specified default value if the source is empty otherwise, the elements of the source. N)�observer� schedulerr c s>