Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h562 {"set_result", (PyCFunction)_asyncio_Task_set_result, METH_O, _asyncio_Task_set_result__doc__},
/external/python/cpython3/Modules/
D_asynciomodule.c2347 _asyncio_Task_set_result(TaskObj *self, PyObject *result) in _asyncio_Task_set_result() function