Searched refs:async_gen_athrow_send (Results 1 – 1 of 1) sorted by relevance
1797 async_gen_athrow_send(PyAsyncGenAThrow *o, PyObject *arg) in async_gen_athrow_send() function1936 return async_gen_athrow_send(o, Py_None); in async_gen_athrow_iternext()1949 {"send", (PyCFunction)async_gen_athrow_send, METH_O, send_doc},