Classes | |
struct | PyGenObject |
struct | PyCoroObject |
struct | PyAsyncGenObject |
Macros | |
#define | _PyGenObject_HEAD(prefix) |
#define | PyGen_Check(op) |
#define | PyGen_CheckExact(op) |
#define | PyCoro_CheckExact(op) |
#define | PyAsyncGen_CheckExact(op) |
Functions | |
PyAPI_DATA (PyTypeObject) PyGen_Type | |
PyAPI_FUNC (PyObject *) PyGen_New(PyFrameObject *) | |
PyAPI_FUNC (int) _PyGen_SetStopIterationValue(PyObject *) | |
PyObject *PyObject * | _PyGen_yf (PyGenObject *) |
PyAPI_FUNC (void) _PyGen_Finalize(PyObject *self) | |
PyObject * | _PyCoro_GetAwaitableIter (PyObject *o) |
PyObject * | _PyAsyncGenValueWrapperNew (PyObject *) |
Variables | |
PyObject * | name |
PyObject PyObject * | qualname |
#define _PyGenObject_HEAD | ( | prefix | ) |
#define PyGen_Check | ( | op | ) |
#define PyGen_CheckExact | ( | op | ) |
#define PyCoro_CheckExact | ( | op | ) |
#define PyAsyncGen_CheckExact | ( | op | ) |
PyAPI_DATA | ( | PyTypeObject | ) |
PyAPI_FUNC | ( | PyObject * | ) |
PyAPI_FUNC | ( | int | ) |
PyObject* PyObject* _PyGen_yf | ( | PyGenObject * | ) |
PyAPI_FUNC | ( | void | ) |
PyObject* name |