Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h119 …{"set_exception", (PyCFunction)_asyncio_Future_set_exception, METH_O, _asyncio_Future_set_exceptio…
/external/python/cpython3/Modules/
D_asynciomodule.c925 _asyncio_Future_set_exception(FutureObj *self, PyObject *exception) in _asyncio_Future_set_exception() function