Home
last modified time | relevance | path

Searched refs:_PyLong_FromNbInt (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dlongobject.h181 PyAPI_FUNC(PyObject *) _PyLong_FromNbInt(PyObject *);
/external/python/cpython3/Objects/
Dlongobject.c128 _PyLong_FromNbInt(PyObject *integral) in _PyLong_FromNbInt() function
225 result = _PyLong_FromNbInt(integral); in _PyLong_FromNbIndexOrNbInt()
Dabstract.c1429 result = _PyLong_FromNbInt(o); in PyNumber_Long()