Home
last modified time | relevance | path

Searched defs:coro (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py83 def new_task(self, loop, coro): argument
201 def __init__(self, coro): argument
207 def coro(): function
669 def coro(): function
779 def coro(s): function
1163 def coro(s): function
1266 def coro(): function
1410 def coro(): function
1447 def coro(): function
1462 def coro(loop): function
[all …]
Dtest_pep492.py185 async def coro(): function
Dtest_base_events.py760 def coro(): function
763 factory = lambda loop, coro: MyTask(coro, loop=loop) argument
813 def create_task(self, coro): argument
Dtest_futures.py306 def coro(): function
/external/python/cpython3/Lib/asyncio/
Dcoroutines.py209 def coro(*args, **kw): function
273 def _format_coroutine(coro): argument
Dtasks.py68 def __init__(self, coro, *, loop=None): argument
692 def run_coroutine_threadsafe(coro, loop): argument
Devents.py280 def create_task(self, coro): argument
Dbase_events.py277 def create_task(self, coro): argument
/external/python/cpython3/Lib/test/
Dtest_coroutines.py28 def run_async(coro): argument
42 def run_async__await__(coro): argument
689 async def coro(): function
705 async def reader(coro): argument
726 async def read(coro): argument
1026 async def coro(): function
1057 def __init__(self, coro): argument
1096 async def waiter(coro): argument
2067 def wrapper(coro): argument
2068 async def wrap(coro): argument
Dtest_asyncgen.py24 def run_until_complete(coro): argument
Dtest_collections.py517 def coro(): function
567 def coro(): function
1011 def run_async(coro): argument
Dtest_types.py1513 def coro(): function
/external/python/cpython3/Objects/
Dgenobject.c928 coro_repr(PyCoroObject *coro) in coro_repr()
935 coro_await(PyCoroObject *coro) in coro_await()
948 coro_get_cr_await(PyCoroObject *coro) in coro_get_cr_await()
/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h246 PyObject *coro; in _asyncio_Task___init__() local
/external/clang/test/SemaCXX/
Dcoroutines.cpp29 template<typename Promise> struct coro {}; struct
/external/python/cpython3/Modules/
D_asynciomodule.c1309 _asyncio_Task___init___impl(TaskObj *self, PyObject *coro, PyObject *loop) in _asyncio_Task___init___impl()
1922 PyObject *coro = task->task_coro; in task_step_impl() local