Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h302 _asyncio_Task___init___impl(TaskObj *self, PyObject *coro, PyObject *loop,
342 return_value = _asyncio_Task___init___impl((TaskObj *)self, coro, loop, name, context); in _asyncio_Task___init__()
/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c2005 _asyncio_Task___init___impl(TaskObj *self, PyObject *coro, PyObject *loop, in _asyncio_Task___init___impl() function