Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dgenobject.c2058 async_gen_athrow_close(PyAsyncGenAThrow *o, PyObject *args) in async_gen_athrow_close() function
2068 {"close", (PyCFunction)async_gen_athrow_close, METH_NOARGS, close_doc},