Export asyncio.iscoroutine[function].

This commit is contained in:
Guido van Rossum 2013-12-28 08:06:40 -10:00
parent e6d2f159fc
commit 68816ef058
1 changed files with 1 additions and 0 deletions

View File

@ -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',