python-2.7.6/include/rangeobject.h File Reference

rangeobject.h File Reference

Macros

#define PyRange_Check(op)   (Py_TYPE(op) == &PyRange_Type)
 

Functions

 PyAPI_DATA (PyTypeObject) PyRange_Type
 

Macro Definition Documentation

#define PyRange_Check (   op)    (Py_TYPE(op) == &PyRange_Type)

Definition at line 23 of file rangeobject.h.

Function Documentation

PyAPI_DATA ( PyTypeObject  )

Go to the source code of this file.