HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/.local/lib/python3.10/site-packages/tqdm/__pycache__/auto.cpython-310.pyc
o

���gg�@s�dZddlZddlmZe���ejded�ddlmZWd�n1s(wYddl	mZ
ddlmZeekrGGdd	�d	ee
�Zne
Zd
d�Zd	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eZdZdS)rN)�__name__�
__module__�__qualname__�r
r
�</home/arjun/.local/lib/python3.10/site-packages/tqdm/auto.pyrsrcOstt|�fi|��S)zB
    A shortcut for `tqdm.auto.tqdm(range(*args), **kwargs)`.
    )r�range)�args�kwargsr
r
r�trange!sr)�__doc__�warnings�stdr�catch_warnings�simplefilter�autonotebookr�
notebook_tqdm�asyncio�asyncio_tqdm�std_tqdmr�__all__r
r
r
r�<module>s
�