Searched refs:PyInt_Check (Results 1 – 2 of 2) sorted by relevance
94 #ifndef PyInt_Check95 # define PyInt_Check(obj) PyLong_Check(obj) macro
172 if (PyInt_Check(obj)) in NumberToLong()2451 if (PyInt_Check(idx)) in ListItem()2753 if (PyInt_Check(idx)) in ListAssItem()6316 else if (PyInt_Check(obj)) in _ConvertFromPyObject()