Export asyncio.iscoroutine[function].
This commit is contained in:
parent
e6d2f159fc
commit
68816ef058
|
@ -1,6 +1,7 @@
|
|||
"""Support for tasks, coroutines and the scheduler."""
|
||||
|
||||
__all__ = ['coroutine', 'Task',
|
||||
'iscoroutinefunction', 'iscoroutine',
|
||||
'FIRST_COMPLETED', 'FIRST_EXCEPTION', 'ALL_COMPLETED',
|
||||
'wait', 'wait_for', 'as_completed', 'sleep', 'async',
|
||||
'gather', 'shield',
|
||||
|
|
Loading…
Reference in New Issue