Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dgenobject.c1626 async_gen_asend_throw(PyAsyncGenASend *o, PyObject *args) in async_gen_asend_throw() function
1658 {"throw", (PyCFunction)async_gen_asend_throw, METH_VARARGS, throw_doc},