mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +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
|
||||
|
||||
@@ -126,7 +126,6 @@ tkinter.EventType.__new__
|
||||
# Rest of these errors are new in Python 3.10:
|
||||
_markupbase.ParserBase.error
|
||||
asyncio.proactor_events._ProactorReadPipeTransport.__init__
|
||||
builtins.aiter
|
||||
distutils.command.bdist_wininst
|
||||
importlib.abc.ResourceReader.is_resource
|
||||
importlib.machinery.BuiltinImporter.create_module
|
||||
|
||||
Reference in New Issue
Block a user