Searched refs:PyCallIter_Check (Results 1 – 3 of 3) sorted by relevance
19 #define PyCallIter_Check(op) Py_IS_TYPE(op, &PyCallIter_Type) macro
41 .. c:function:: int PyCallIter_Check(op)
221 PyCallIter_Check:int:::222 PyCallIter_Check::op::