🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 09:18:11 | 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: _repeat.cpython-38.pyc
Read Only
U v�i- � @ sn d dl mZmZmZ d dlZd dlmZ d dlmZ ed�Zd ee eee gee f d�dd�Z d gZdS )� )�Callable�Optional�TypeVarN)� Observable)�infinite�_T)�repeat_count�returnc s t t t t d�� fdd�}|S )N)�sourcer c s, �dkrt � � nt��� t�� �fdd��S )a� Repeats the observable sequence a specified number of times. If the repeat count is not specified, the sequence repeats indefinitely. Examples: >>> repeated = source.repeat() >>> repeated = source.repeat(42) Args: source: The observable source to repeat. Returns: The observable sequence producing the elements of the given sequence repeatedly. Nc s t ��fdd�� D ��S )Nc 3 s | ] }� V qd S )N� )�.0�_�r r �L/opt/alt/python38/lib/python3.8/site-packages/reactivex/operators/_repeat.py� <genexpr>$ s z<repeat_.<locals>.repeat.<locals>.<lambda>.<locals>.<genexpr>)� reactivexZconcat_with_iterable)r ��genr r r �<lambda>$ � z)repeat_.<locals>.repeat.<locals>.<lambda>)r �ranger Zdeferr �r r r �repeat s �zrepeat_.<locals>.repeat)r r )r r r r r �repeat_ s r r )N)�typingr r r r r Zreactivex.internal.utilsr r �intr Z__allr r r r �<module> s ��
💾 Save Changes
❌ Cancel