Home
last modified time | relevance | path

Searched defs:_PyAnyInt_Check (Results 1 – 2 of 2) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dintobject.h34 #define _PyAnyInt_Check(op) (PyInt_Check(op) || PyLong_Check(op)) macro
/dports/lang/python27/Python-2.7.18/Include/
H A Dintobject.h34 #define _PyAnyInt_Check(op) (PyInt_Check(op) || PyLong_Check(op)) macro