#include <genobject.h>
Definition at line 12 of file genobject.h.
Public Attributes | |
| PyObject_HEAD struct _frame * | gi_frame |
| int | gi_running |
| PyObject * | gi_code |
| PyObject * | gi_weakreflist |
| PyObject* gi_code |
Definition at line 23 of file genobject.h.
| PyObject_HEAD struct _frame* gi_frame |
Definition at line 17 of file genobject.h.
| int gi_running |
Definition at line 20 of file genobject.h.
| PyObject* gi_weakreflist |
Definition at line 26 of file genobject.h.