Searched refs:PyInt_AsLong (Results 1 – 3 of 3) sorted by relevance
299 from = to = PyInt_AsLong(slice); in Subscript()451 from = to = PyInt_AsLong(slice); in AssSubscript()
53 #define PyInt_AsLong PyLong_AsLong macro
71 #define PyInt_AsLong PyLong_AsLong macro579 *value = static_cast<T>(PyInt_AsLong(arg)); in CheckAndGetInteger()627 *value = static_cast<bool>(PyInt_AsLong(arg)); in CheckAndGetInteger()2019 PyInt_AsLong(number.get())); in CheckAndGetInteger()