python-2.7.6/include/genobject.h File Reference

genobject.h File Reference

Classes

struct  PyGenObject
 

Macros

#define PyGen_Check(op)   PyObject_TypeCheck(op, &PyGen_Type)
 
#define PyGen_CheckExact(op)   (Py_TYPE(op) == &PyGen_Type)
 

Functions

 PyAPI_DATA (PyTypeObject) PyGen_Type
 
 PyAPI_FUNC (PyObject *) PyGen_New(struct _frame *)
 
 PyAPI_FUNC (int) PyGen_NeedsFinalizing(PyGenObject *)
 

Macro Definition Documentation

#define PyGen_Check (   op)    PyObject_TypeCheck(op, &PyGen_Type)

Definition at line 31 of file genobject.h.

#define PyGen_CheckExact (   op)    (Py_TYPE(op) == &PyGen_Type)

Definition at line 32 of file genobject.h.

Function Documentation

PyAPI_DATA ( PyTypeObject  )
PyAPI_FUNC ( PyObject )
PyAPI_FUNC ( int  )

Go to the source code of this file.