Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h451 _asyncio_Future_get_loop_impl(FutureObj *self, PyTypeObject *cls);
460 return _asyncio_Future_get_loop_impl(self, cls); in _asyncio_Future_get_loop()
/external/python/cpython3/Modules/
D_asynciomodule.c1139 _asyncio_Future_get_loop_impl(FutureObj *self, PyTypeObject *cls) in _asyncio_Future_get_loop_impl() function