mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Update tqdm stubs to 4.65.* (#9840)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "4.64.*"
|
||||
version = "4.65.*"
|
||||
|
||||
[tool.stubtest]
|
||||
extras = ["slack", "telegram"]
|
||||
|
||||
@@ -83,7 +83,7 @@ class tqdm(Generic[_T], Iterable[_T], Comparable):
|
||||
position: int | None = ...,
|
||||
postfix: Mapping[str, object] | str | None = ...,
|
||||
unit_divisor: float = ...,
|
||||
write_bytes: bool | None = ...,
|
||||
write_bytes: bool = False,
|
||||
lock_args: tuple[bool | None, float | None] | tuple[bool | None] | None = ...,
|
||||
nrows: int | None = ...,
|
||||
colour: str | None = ...,
|
||||
@@ -196,7 +196,6 @@ class tqdm(Generic[_T], Iterable[_T], Comparable):
|
||||
start_t: Incomplete
|
||||
|
||||
def __bool__(self) -> bool: ...
|
||||
def __nonzero__(self) -> bool: ...
|
||||
def __len__(self) -> int: ...
|
||||
def __reversed__(self) -> Iterator[_T]: ...
|
||||
def __contains__(self, item: object) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user