mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 04:52:23 +08:00
builtins: change aiter argument name (#6412)
This commit is contained in:
@@ -999,7 +999,7 @@ class _PathLike(Protocol[_AnyStr_co]):
|
||||
def __fspath__(self) -> _AnyStr_co: ...
|
||||
|
||||
if sys.version_info >= (3, 10):
|
||||
def aiter(__iterable: AsyncIterable[_T]) -> AsyncIterator[_T]: ...
|
||||
def aiter(__async_iterable: AsyncIterable[_T]) -> AsyncIterator[_T]: ...
|
||||
@overload
|
||||
async def anext(__i: SupportsAnext[_T]) -> _T: ...
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user