Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_asynciomodule.c1648 FutureIter_throw(futureiterobject *self, PyObject *args) in FutureIter_throw() function
1719 {"throw", (PyCFunction)FutureIter_throw, METH_VARARGS, NULL},