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.c2011 async_gen_athrow_throw(PyAsyncGenAThrow *o, PyObject *args) in async_gen_athrow_throw() function
2067 {"throw", (PyCFunction)async_gen_athrow_throw, METH_VARARGS, throw_doc},