Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Diterobject.h16 #define PyCallIter_Check(op) Py_IS_TYPE(op, &PyCallIter_Type) macro
/external/python/cpython2/Include/
Diterobject.h16 #define PyCallIter_Check(op) (Py_TYPE(op) == &PyCallIter_Type) macro
/external/python/cpython3/Doc/c-api/
Diterator.rst40 .. c:function:: int PyCallIter_Check(op)
/external/python/cpython2/Doc/c-api/
Diterator.rst48 .. c:function:: int PyCallIter_Check(op)
/external/python/cpython3/Doc/data/
Drefcounts.dat221 PyCallIter_Check:int:::
222 PyCallIter_Check::op::