iterobject.h File Reference

Macros

#define PySeqIter_Check(op)
 
#define PyCallIter_Check(op)
 

Functions

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

Macro Definition Documentation

◆ PySeqIter_Check

#define PySeqIter_Check (   op)

◆ PyCallIter_Check

#define PyCallIter_Check (   op)

Function Documentation

◆ PyAPI_DATA()

PyAPI_DATA ( PyTypeObject  )

◆ PyAPI_FUNC()

PyAPI_FUNC ( PyObject )