Searched defs: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)) macro