Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_asynciomodule.c.h63 {"result", (PyCFunction)_asyncio_Future_result, METH_NOARGS, _asyncio_Future_result__doc__},
69 _asyncio_Future_result(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_result() function