Orbits
1
|
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 *) | |
#define PyCallIter_Check | ( | op | ) | (Py_TYPE(op) == &PyCallIter_Type) |
#define PySeqIter_Check | ( | op | ) | (Py_TYPE(op) == &PySeqIter_Type) |
PyAPI_DATA | ( | PyTypeObject | ) |
|
read |
Copyright 2014 Google Inc. All rights reserved.