Searched defs:PyInt_Check (Results 1 – 4 of 4) sorted by relevance
169 #define PyInt_Check(op) PyLong_Check(op) macro