[~] Refactor
This commit is contained in:
parent
ed347e1d21
commit
43985cd5b0
8
python/stubs/tqdm/__init__.pyi
Normal file
8
python/stubs/tqdm/__init__.pyi
Normal file
@ -0,0 +1,8 @@
|
||||
from typing import (Self, Any)
|
||||
|
||||
class tqdm:
|
||||
def __enter__(self) -> Self: ...
|
||||
def __exit__(self, args: Any) -> None: ...
|
||||
|
||||
def update(self, delta: int) -> None: ...
|
||||
def set_description(self, description: str) -> None: ...
|
Loading…
Reference in New Issue
Block a user