🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 14:59:06 | 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: _withlatestfrom.cpython-38.pyc
Read Only
U v�i� � @ sT d dl mZmZ d dlZd dlmZ ee eee gee f d�dd�ZdgZdS )� )�Any�CallableN)� Observable)�sources�returnc s t t t t d�� fdd�}|S )a� With latest from operator. Merges the specified observable sequences into one observable sequence by creating a tuple only when the first observable sequence produces an element. The observables can be passed either as seperate arguments or as a list. Examples: >>> op = with_latest_from(obs1) >>> op = with_latest_from(obs1, obs2, obs3) Returns: An observable sequence containing the result of combining elements of the sources into a tuple. )�sourcer c s t j| f� �� S )N)� reactivex�with_latest_from)r �r � �T/opt/alt/python38/lib/python3.8/site-packages/reactivex/operators/_withlatestfrom.pyr s z+with_latest_from_.<locals>.with_latest_from)r r )r r r r r �with_latest_from_ s r )�typingr r r r r �__all__r r r r �<module> s �
💾 Save Changes
❌ Cancel