python-2.7.6/include/genobject.h Source File
Go to the documentation of this file.
31 #define PyGen_Check(op) PyObject_TypeCheck(op, &PyGen_Type)
32 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type)
PyObject * gi_weakreflist
PyObject_HEAD struct _frame * gi_frame
PyAPI_DATA(PyTypeObject) PyGen_Type
PyAPI_FUNC(PyObject *) PyGen_New(struct _frame *)