Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h458 {"uncancel", (PyCFunction)_asyncio_Task_uncancel, METH_NOARGS, _asyncio_Task_uncancel__doc__},
464 _asyncio_Task_uncancel(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task_uncancel() function