Home
last modified time | relevance | path

Searched refs:_asyncio_current_task_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h1441 _asyncio_current_task_impl(PyObject *module, PyObject *loop);
1485 return_value = _asyncio_current_task_impl(module, loop); in _asyncio_current_task()
/external/python/cpython3/Modules/
D_asynciomodule.c3485 _asyncio_current_task_impl(PyObject *module, PyObject *loop) in _asyncio_current_task_impl() function