__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from _typeshed import Incomplete, SupportsWrite
from collections.abc import Iterable, Mapping
from typing import NoReturn, TypeVar, overload
from .std import tqdm as std_tqdm
__all__ = ["tqdm_tk", "ttkrange", "tqdm", "trange"]
_T = TypeVar("_T")
class tqdm_tk(std_tqdm[_T]):
@overload
def __init__(
self,
iterable: Iterable[_T],
desc: str | None = ...,
total: float | None = ...,
leave: bool | None = ...,
file: SupportsWrite[str] | None = ...,
ncols: int | None = ...,
mininterval: float = ...,
maxinterval: float = ...,
miniters: float | None = ...,
ascii: bool | str | None = ...,
disable: bool | None = ...,
unit: str = ...,
unit_scale: bool | float = ...,
dynamic_ncols: bool = ...,
smoothing: float = ...,
bar_format: str | None = ...,
initial: float = ...,
position: int | None = ...,
postfix: Mapping[str, object] | str | None = ...,
unit_divisor: float = ...,
write_bytes: bool | None = ...,
lock_args: tuple[bool | None, float | None] | tuple[bool | None] | None = ...,
nrows: int | None = ...,
colour: str | None = ...,
delay: float | None = ...,
gui: bool = ...,
grab=...,
tk_parent=...,
cancel_callback=...,
**kwargs,
) -> None: ...
@overload
def __init__(
self: tqdm_tk[NoReturn],
iterable: None = None,
desc: str | None = ...,
total: float | None = ...,
leave: bool | None = ...,
file: SupportsWrite[str] | None = ...,
ncols: int | None = ...,
mininterval: float = ...,
maxinterval: float = ...,
miniters: float | None = ...,
ascii: bool | str | None = ...,
disable: bool | None = ...,
unit: str = ...,
unit_scale: bool | float = ...,
dynamic_ncols: bool = ...,
smoothing: float = ...,
bar_format: str | None = ...,
initial: float = ...,
position: int | None = ...,
postfix: Mapping[str, object] | str | None = ...,
unit_divisor: float = ...,
write_bytes: bool | None = ...,
lock_args: tuple[bool | None, float | None] | tuple[bool | None] | None = ...,
nrows: int | None = ...,
colour: str | None = ...,
delay: float | None = ...,
gui: bool = ...,
grab=...,
tk_parent=...,
cancel_callback=...,
**kwargs,
) -> None: ...
disable: bool
def close(self) -> None: ...
def clear(self, *_, **__) -> None: ...
def display(self, *_, **__) -> None: ...
def set_description(self, desc: str | None = None, refresh: bool | None = True) -> None: ...
desc: Incomplete
def set_description_str(self, desc: str | None = None, refresh: bool | None = True) -> None: ...
def cancel(self) -> None: ...
def reset(self, total: Incomplete | None = None) -> None: ...
def ttkrange(*args, **kwargs) -> tqdm_tk[int]: ...
tqdm = tqdm_tk
trange = ttkrange
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| contrib | Folder | 0755 |
|
|
| __init__.pyi | File | 1.16 KB | 0644 |
|
| _dist_ver.pyi | File | 0 B | 0644 |
|
| _main.pyi | File | 68 B | 0644 |
|
| _monitor.pyi | File | 513 B | 0644 |
|
| _tqdm.pyi | File | 247 B | 0644 |
|
| _tqdm_gui.pyi | File | 104 B | 0644 |
|
| _tqdm_notebook.pyi | File | 114 B | 0644 |
|
| _tqdm_pandas.pyi | File | 79 B | 0644 |
|
| _utils.pyi | File | 293 B | 0644 |
|
| asyncio.pyi | File | 6.78 KB | 0644 |
|
| auto.pyi | File | 82 B | 0644 |
|
| autonotebook.pyi | File | 78 B | 0644 |
|
| cli.pyi | File | 123 B | 0644 |
|
| dask.pyi | File | 939 B | 0644 |
|
| gui.pyi | File | 2.8 KB | 0644 |
|
| keras.pyi | File | 2.29 KB | 0644 |
|
| notebook.pyi | File | 3.24 KB | 0644 |
|
| py.typed | File | 0 B | 0644 |
|
| rich.pyi | File | 3.38 KB | 0644 |
|
| std.pyi | File | 9.61 KB | 0644 |
|
| tk.pyi | File | 3.03 KB | 0644 |
|
| utils.pyi | File | 2.01 KB | 0644 |
|
| version.pyi | File | 17 B | 0644 |
|