Searched refs:PyInt_Check (Results 1 – 3 of 3) sorted by relevance
52 #define PyInt_Check PyLong_Check macro275 } else if (PyInt_Check(slice) || PyLong_Check(slice)) { in AssignSubscript()
298 if (PyInt_Check(slice)) { in Subscript()450 if (PyInt_Check(slice)) { in AssSubscript()
70 #define PyInt_Check PyLong_Check macro553 if (!PyInt_Check(arg) && !is_long) { in CheckAndGetInteger()604 if (!PyInt_Check(arg) && !PyLong_Check(arg) && in CheckAndGetInteger()623 if (!PyInt_Check(arg) && !PyBool_Check(arg) && !PyLong_Check(arg)) { in CheckAndGetInteger()964 if (PyInt_Check(slice) || PyLong_Check(slice)) { in CheckAndGetInteger()