Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenobject.c1354 async_gen_athrow(PyAsyncGenObject *o, PyObject *args) in async_gen_athrow() function
1392 {"athrow",(PyCFunction)async_gen_athrow, METH_VARARGS, async_athrow_doc},