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