mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
add _asyncio (#12766)
improves naming and inheritance for asyncio.Future and asyncio.Task related to https://github.com/python/typeshed/issues/3968
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
# Please keep sorted alphabetically
|
||||
|
||||
_asyncio.Future.__init__ # Usually initialized from c object
|
||||
_collections_abc.AsyncGenerator.ag_await
|
||||
_collections_abc.AsyncGenerator.ag_code
|
||||
_collections_abc.AsyncGenerator.ag_frame
|
||||
|
||||
Reference in New Issue
Block a user