File: //home/arjun/.local/lib/python3.10/site-packages/tqdm/__pycache__/auto.cpython-310.pyc
o
���gg � @ s� d Z ddlZddlmZ e�� � ejded� ddlmZ W d � n1 s(w Y ddl mZ
ddlmZ eekrGG dd � d ee
�Zne
Zd
d� Zd dgZ
dS )z�
Enables multiple commonly used features.
Method resolution order:
- `tqdm.autonotebook` without import warnings
- `tqdm.asyncio`
- `tqdm.std` base class
Usage:
>>> from tqdm.auto import trange, tqdm
>>> for i in trange(10):
... ...
� N� )�TqdmExperimentalWarning�ignore)�category)�tqdmc @ s e Zd ZdS )r N)�__name__�
__module__�__qualname__� r
r
�</home/arjun/.local/lib/python3.10/site-packages/tqdm/auto.pyr s r c O s t t| � fi |��S )zB
A shortcut for `tqdm.auto.tqdm(range(*args), **kwargs)`.
)r �range)�args�kwargsr
r
r �trange! s r )�__doc__�warnings�stdr �catch_warnings�simplefilter�autonotebookr �
notebook_tqdm�asyncio�asyncio_tqdm�std_tqdmr �__all__r
r
r
r �<module> s
�