Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h589 …{"set_exception", (PyCFunction)_asyncio_Task_set_exception, METH_O, _asyncio_Task_set_exception__d…
/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c2362 _asyncio_Task_set_exception(TaskObj *self, PyObject *exception) in _asyncio_Task_set_exception() function