Searched refs:_asyncio_Task___init___impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | _asynciomodule.c.h | 491 _asyncio_Task___init___impl(TaskObj *self, PyObject *coro, PyObject *loop, 565 …return_value = _asyncio_Task___init___impl((TaskObj *)self, coro, loop, name, context, eager_start… in _asyncio_Task___init__()
|
/external/python/cpython3/Modules/ |
D | _asynciomodule.c | 2047 _asyncio_Task___init___impl(TaskObj *self, PyObject *coro, PyObject *loop, in _asyncio_Task___init___impl() function
|