Coroutine Objects
type PyCoroObject
PyTypeObject PyCoro_Type
int PyCoro_CheckExact(PyObject *ob)
PyObject *PyCoro_New(PyFrameObject *frame, PyObject *name, PyObject *qualname)
type PyCoroObject
PyTypeObject PyCoro_Type
int PyCoro_CheckExact(PyObject *ob)
PyObject *PyCoro_New(PyFrameObject *frame, PyObject *name, PyObject *qualname)