Home
last modified time | relevance | path

Searched refs:PyCallIter_Check (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Diterobject.h16 #define PyCallIter_Check(op) (Py_TYPE(op) == &PyCallIter_Type) macro
/external/python/cpython2/Doc/c-api/
Diterator.rst48 .. c:function:: int PyCallIter_Check(op)