🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 10:25:52 | 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: _skipuntil.cpython-38.pyc
Read Only
U v�iU � @ s� d dl mZ d dlmZmZmZmZmZ d dlm Z m Z mZ d dlm Z mZ ed�Zee e df ee e ge e f d�dd �Zd gZd S )� )�Future)�Any�Callable�Optional�TypeVar�Union)� Observable�abc�from_future)�CompositeDisposable�SingleAssignmentDisposable�_TzFuture[Any])�other�returnc s8 t | t�rt| �� n| � tt tt d�� fdd�}|S )a� Returns the values from the source observable sequence only after the other observable sequence produces a value. Args: other: The observable sequence that triggers propagation of elements of the source sequence. Returns: An observable sequence containing the elements of the source sequence starting from the point the other sequence triggered propagation. )�sourcer c s, dt jt tt j d��� fdd� }t|�S )N)�observer� schedulerc s� dg� t d d�� �fdd�}d d�� �fdd�}�j|�j||d�}t|�}t� �|��� td d �� �fd d�}�fdd �}�j|�j||d��_|S )NF)�leftr c s � d r�� | � d S �Nr )�on_next)r ��is_openr � �O/opt/alt/python38/lib/python3.8/site-packages/reactivex/operators/_skipuntil.pyr &