Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h23 _asyncio_Future___init___impl(FutureObj *self, PyObject *loop);
46 return_value = _asyncio_Future___init___impl((FutureObj *)self, loop); in _asyncio_Future___init__()
/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c791 _asyncio_Future___init___impl(FutureObj *self, PyObject *loop) in _asyncio_Future___init___impl() function