/usr/local/lib/python3.6/site-packages/tqdm/__pycache__
Edit: /usr/local/lib/python3.6/site-packages/tqdm/__pycache__/auto.cpython-36.pyc (1200B)
3
EgR @ s d Z ddlZddlZddlmZ ej , ejded ddlmZ ddlm
Z W dQ R X ejdd dk rve ZeZ
n@ddl
mZ ddlmZ e ekrG dd
d
e eZneZdd Z
d
dgZdS )z
Enables multiple commonly used features.
Method resolution order:
- `tqdm.autonotebook` without import warnings
- `tqdm.asyncio` on Python3.6+
- `tqdm.std` base class
Usage:
>>> from tqdm.auto import trange, tqdm
>>> for i in trange(10):
... ...
N )TqdmExperimentalWarningignore)category)tqdm)trange c @ s e Zd ZdS )r N)__name__
__module____qualname__ r r 3/usr/local/lib/python3.6/site-packages/tqdm/auto.pyr ! s r c O s t t| f|S )zJ
A shortcut for `tqdm.auto.tqdm(range(*args), **kwargs)`.
)r range)argskwargsr r r r &