Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h187 …{"cancel", (PyCFunction)(void(*)(void))_asyncio_Future_cancel, METH_FASTCALL|METH_KEYWORDS, _async…
193 _asyncio_Future_cancel(FutureObj *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _asyncio_Future_cancel() function