Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenobject.c1904 async_gen_athrow_throw(PyAsyncGenAThrow *o, PyObject *args) in async_gen_athrow_throw() function
1950 {"throw", (PyCFunction)async_gen_athrow_throw, METH_VARARGS, throw_doc},