mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-31 00:24:24 +08:00
Add mixins module to asyncio (#6789)
This commit is contained in:
@@ -12,6 +12,7 @@ asyncio.runners # Added in Python 3.7
|
||||
asyncio.staggered # Added in Python 3.8
|
||||
asyncio.threads # Added in Python 3.9
|
||||
asyncio.trsock # Added in Python 3.8
|
||||
asyncio.mixins # Added in Python 3.10
|
||||
builtins.str.maketrans
|
||||
cmath.log
|
||||
collections.AsyncGenerator.ag_await
|
||||
|
||||
@@ -12,6 +12,7 @@ asyncio.futures.Future._callbacks # Usually initialized from c object
|
||||
asyncio.staggered # Added in Python 3.8
|
||||
asyncio.threads # Added in Python 3.9
|
||||
asyncio.trsock # Added in Python 3.8
|
||||
asyncio.mixins # Added in Python 3.10
|
||||
builtins.dict.get
|
||||
builtins.str.maketrans
|
||||
cmath.log
|
||||
|
||||
@@ -17,6 +17,7 @@ asyncio.Future._callbacks # Usually initialized from c object
|
||||
asyncio.futures.Future.__init__ # Usually initialized from c object
|
||||
asyncio.futures.Future._callbacks # Usually initialized from c object
|
||||
asyncio.threads # Added in Python 3.9
|
||||
asyncio.mixins # Added in Python 3.10
|
||||
builtins.dict.get
|
||||
collections.AsyncGenerator.ag_await
|
||||
collections.AsyncGenerator.ag_code
|
||||
|
||||
@@ -19,6 +19,7 @@ asyncio.Future.__init__ # Usually initialized from c object
|
||||
asyncio.Future._callbacks # Usually initialized from c object
|
||||
asyncio.futures.Future.__init__ # Usually initialized from c object
|
||||
asyncio.futures.Future._callbacks # Usually initialized from c object
|
||||
asyncio.mixins # Added in Python 3.10
|
||||
builtins.dict.get
|
||||
collections.AsyncGenerator.ag_await
|
||||
collections.AsyncGenerator.ag_code
|
||||
|
||||
Reference in New Issue
Block a user