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

Go to the source code of this file.

Macros

#define PySeqIter_Check(op)   (Py_TYPE(op) == &PySeqIter_Type)
 
#define PyCallIter_Check(op)   (Py_TYPE(op) == &PyCallIter_Type)
 

Functions

 PyAPI_DATA (PyTypeObject) PySeqIter_Type
 
 PyAPI_FUNC (PyObject *) PySeqIter_New(PyObject *)
 

Macro Definition Documentation

#define PyCallIter_Check (   op)    (Py_TYPE(op) == &PyCallIter_Type)
#define PySeqIter_Check (   op)    (Py_TYPE(op) == &PySeqIter_Type)

Function Documentation

PyAPI_DATA ( PyTypeObject  )
PyAPI_FUNC ( PyObject )
read

Copyright 2014 Google Inc. All rights reserved.