Searched refs:PyIntOrLong_Check (Results 1 – 1 of 1) sorted by relevance
141 # define PyIntOrLong_Check PyLong_Check macro155 # define PyIntOrLong_Check(op) (PyInt_Check(op) || PyLong_Check(op)) macro830 if (PyIntOrLong_Check(io)) { in _my_PyLong_AsLongLong()883 if (PyIntOrLong_Check(io)) { in _my_PyLong_AsUnsignedLongLong()3993 if (PyIntOrLong_Check(io) || PyFloat_Check(io)) { in _my_PyObject_AsBool()