Searched refs:_PyLong_FromNbInt (Results 1 – 3 of 3) sorted by relevance
181 PyAPI_FUNC(PyObject *) _PyLong_FromNbInt(PyObject *);
128 _PyLong_FromNbInt(PyObject *integral) in _PyLong_FromNbInt() function225 result = _PyLong_FromNbInt(integral); in _PyLong_FromNbIndexOrNbInt()
1429 result = _PyLong_FromNbInt(o); in PyNumber_Long()