File: //usr/local/lib/python3.6/site-packages/tqdm/__pycache__/auto.cpython-36.pyc
3
LBjR � @ s� d Z ddlZddlZddlmZ ej� �, ejded� ddlmZ ddlm
Z W dQ R X ejdd � dk rve ZeZ
n@ddl
mZ ddlmZ e ekr�G dd
� d
e e�ZneZdd� 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� )�TqdmExperimentalWarning�ignore)�category)�tqdm)�trange� � � c @ s e Zd ZdS )r N)�__name__�
__module__�__qualname__� r r �)/tmp/pip-build-44150kxb/tqdm/tqdm/auto.pyr ! s r c O s t t| � f|�S )zJ
A shortcut for `tqdm.auto.tqdm(range(*args), **kwargs)`.
)r �range)�args�kwargsr r r r &