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Ú