mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
asyncio: Add 'shield' to __all__.
This commit is contained in:
parent
d2476c6e4b
commit
de3a1363a9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
__all__ = ['coroutine', 'Task',
|
||||
'FIRST_COMPLETED', 'FIRST_EXCEPTION', 'ALL_COMPLETED',
|
||||
'wait', 'wait_for', 'as_completed', 'sleep', 'async',
|
||||
'gather',
|
||||
'gather', 'shield',
|
||||
]
|
||||
|
||||
import collections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue