Searched refs:PyCallIter_Check (Results 1 – 5 of 5) sorted by relevance
16 #define PyCallIter_Check(op) Py_IS_TYPE(op, &PyCallIter_Type) macro
16 #define PyCallIter_Check(op) (Py_TYPE(op) == &PyCallIter_Type) macro
40 .. c:function:: int PyCallIter_Check(op)
48 .. c:function:: int PyCallIter_Check(op)
221 PyCallIter_Check:int:::222 PyCallIter_Check::op::