Searched defs:PyInt_Check (Results 1 – 5 of 5) sorted by relevance
11 #define PyInt_Check PyLong_Check macro
30 #define PyInt_Check(op) \ macro
749 #define PyInt_Check(x) PyLong_Check(x) macro
756 #define PyInt_Check(x) PyLong_Check(x) macro