Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h174 …{"remove_done_callback", (PyCFunction)_asyncio_Future_remove_done_callback, METH_O, _asyncio_Futur…
/external/python/cpython3/Modules/
D_asynciomodule.c976 _asyncio_Future_remove_done_callback(FutureObj *self, PyObject *fn) in _asyncio_Future_remove_done_callback() function