Home
last modified time | relevance | path

Searched defs:coroutine (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Doc/library/
Dasyncio-task.rst6 .. _coroutine: target
115 .. _asyncio-date-coroutine:
/external/python/cpython3/Lib/asyncio/
Dcoroutines.py192 def coroutine(func): function
/external/python/cpython3/Lib/
Dtypes.py211 def coroutine(func): function
Dinspect.py1612 def getcoroutinestate(coroutine): argument
1630 def getcoroutinelocals(coroutine): argument
D_collections_abc.py60 coroutine = type(_coro) variable
/external/python/cpython3/Lib/test/
Dtest_coroutines.py751 async def coroutine(): function
774 async def coroutine(): function
823 async def coroutine(): function
1093 async def coroutine(): function
Dtest_inspect.py1762 async def coroutine(): function