HEX
Server: LiteSpeed
System: Linux osault1.hostarmada.net 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP Thu May 7 23:17:13 UTC 2026 x86_64
User: tucom (1048)
PHP: 8.4.24
Disabled: NONE
Upload Files
File: //usr/local/lib/python3.6/site-packages/tqdm/__pycache__/auto.cpython-36.pyc
3

	LBjR�@s�dZddlZddlZddlmZej��,ejded�ddlmZ	ddlm
ZWdQRXejdd	�dkrve	ZeZ
n@ddl
mZddlmZe	ekr�Gdd
�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eZdZdS)rN)�__name__�
__module__�__qualname__�rr�)/tmp/pip-build-44150kxb/tqdm/tqdm/auto.pyr!srcOstt|�f|�S)zJ
        A shortcut for `tqdm.auto.tqdm(range(*args), **kwargs)`.
        )r�range)�args�kwargsrrrr&sr)r	r
)�__doc__�sys�warningsZstdr�catch_warnings�simplefilterZautonotebookrZ
notebook_tqdmrZnotebook_trange�version_infoZasyncioZasyncio_tqdmZstd_tqdm�__all__rrrr�<module>s"