Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h263 … {"get_loop", (PyCFunction)_asyncio_Future_get_loop, METH_NOARGS, _asyncio_Future_get_loop__doc__},
269 _asyncio_Future_get_loop(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_get_loop() function