Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Macros | Functions
rangeobject.h File Reference

Go to the source code of this file.

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)

Function Documentation

PyAPI_DATA ( PyTypeObject  )

Copyright 2014 Google Inc. All rights reserved.