python-2.7.6/include/rangeobject.h File Reference
Main Page
Topics
Modules
Namespaces
Classes
Files
Examples
File List
File Members
rangeobject.h File Reference
Macros
|
Functions
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.