Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenobject.c1566 async_gen_asend_throw(PyAsyncGenASend *o, PyObject *args) in async_gen_asend_throw() function
1596 {"throw", (PyCFunction)async_gen_asend_throw, METH_VARARGS, throw_doc},