Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenobject.c1054 coro_wrapper_throw(PyCoroWrapper *cw, PyObject *args) in coro_wrapper_throw() function
1074 {"throw",(PyCFunction)coro_wrapper_throw, METH_VARARGS, coro_throw_doc},