Searched refs:_asyncio__enter_task_impl (Results 1 – 2 of 2) sorted by relevance
832 _asyncio__enter_task_impl(PyObject *module, PyObject *loop, PyObject *task);850 return_value = _asyncio__enter_task_impl(module, loop, task); in _asyncio__enter_task()
3227 _asyncio__enter_task_impl(PyObject *module, PyObject *loop, PyObject *task) in _asyncio__enter_task_impl() function