Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dgenobject.c879 } PyCoroWrapper; typedef
953 PyCoroWrapper *cw = PyObject_GC_New(PyCoroWrapper, &_PyCoroWrapper_Type); in coro_await()
1077 coro_wrapper_dealloc(PyCoroWrapper *cw) in coro_wrapper_dealloc()
1085 coro_wrapper_iternext(PyCoroWrapper *cw) in coro_wrapper_iternext()
1091 coro_wrapper_send(PyCoroWrapper *cw, PyObject *arg) in coro_wrapper_send()
1097 coro_wrapper_throw(PyCoroWrapper *cw, PyObject *args) in coro_wrapper_throw()
1103 coro_wrapper_close(PyCoroWrapper *cw, PyObject *args) in coro_wrapper_close()
1109 coro_wrapper_traverse(PyCoroWrapper *cw, visitproc visit, void *arg) in coro_wrapper_traverse()
1125 sizeof(PyCoroWrapper), /* tp_basicsize */