🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 15:39:53 | 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: _dowhile.cpython-38.pyc
Read Only
U v�i1 � @ sj d dl mZmZ d dlmZ d dlmZ ed�Zeee gef eee gee f d�dd�Z dgZ dS ) � )�Callable�TypeVar)� Observable)� operators�_T)� condition�returnc s t t t t d�� fdd�}|S )a Repeats source as long as condition holds emulating a do while loop. Args: condition: The condition which determines if the source will be repeated. Returns: An observable sequence which is repeated as long as the condition holds. )�sourcer c s | � t�| � t�� ����S )N)�pipe�ops�concatZwhile_do)r �r � �M/opt/alt/python38/lib/python3.8/site-packages/reactivex/operators/_dowhile.py�do_while s ���zdo_while_.<locals>.do_while)r r )r r r r r � do_while_ s r N)�typingr r Z reactivexr r r r �boolr �__all__r r r r �<module> s �
💾 Save Changes
❌ Cancel