Searched defs:PyInt_Check (Results 1 – 2 of 2) sorted by relevance
52 #define PyInt_Check PyLong_Check macro
746 #define PyInt_Check(x) PyLong_Check(x) macro