Searched refs:PyCallIter_Check (Results 1 – 2 of 2) sorted by relevance
16 #define PyCallIter_Check(op) (Py_TYPE(op) == &PyCallIter_Type) macro
48 .. c:function:: int PyCallIter_Check(op)