Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h774 _asyncio__enter_task_impl(PyObject *module, PyObject *loop, PyObject *task);
792 return_value = _asyncio__enter_task_impl(module, loop, task); in _asyncio__enter_task()
/external/python/cpython3/Modules/
D_asynciomodule.c3201 _asyncio__enter_task_impl(PyObject *module, PyObject *loop, PyObject *task) in _asyncio__enter_task_impl() function