Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h319 _asyncio_Task___init___impl(TaskObj *self, PyObject *coro, PyObject *loop,
352 return_value = _asyncio_Task___init___impl((TaskObj *)self, coro, loop, name); in _asyncio_Task___init__()
/external/python/cpython3/Modules/
D_asynciomodule.c2058 _asyncio_Task___init___impl(TaskObj *self, PyObject *coro, PyObject *loop, in _asyncio_Task___init___impl() function