mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-14 20:11:07 +08:00
Update most test/lint dependencies (#15582)
This commit is contained in:
@@ -11,5 +11,5 @@ class DummyTqdmFile(ObjectWrapper):
|
||||
def __del__(self) -> None: ...
|
||||
|
||||
def tenumerate(iterable, start: int = 0, total=None, tqdm_class: type[Incomplete] = ..., **tqdm_kwargs): ...
|
||||
def tzip(iter1, *iter2plus, **tqdm_kwargs) -> Generator[Incomplete, None, None]: ...
|
||||
def tmap(function: Callable[..., Incomplete], *sequences, **tqdm_kwargs) -> Generator[Incomplete, None, None]: ...
|
||||
def tzip(iter1, *iter2plus, **tqdm_kwargs) -> Generator[Incomplete]: ...
|
||||
def tmap(function: Callable[..., Incomplete], *sequences, **tqdm_kwargs) -> Generator[Incomplete]: ...
|
||||
|
||||
@@ -3,4 +3,4 @@ from collections.abc import Generator, Iterable
|
||||
|
||||
__all__ = ["product"]
|
||||
|
||||
def product(*iterables: Iterable[Incomplete], **tqdm_kwargs) -> Generator[Incomplete, None, None]: ...
|
||||
def product(*iterables: Iterable[Incomplete], **tqdm_kwargs) -> Generator[Incomplete]: ...
|
||||
|
||||
Reference in New Issue
Block a user