Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenobject.c1941 async_gen_athrow_close(PyAsyncGenAThrow *o, PyObject *args) in async_gen_athrow_close() function
1951 {"close", (PyCFunction)async_gen_athrow_close, METH_NOARGS, close_doc},