Searched defs:_PyInt_Format (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
H A Dintobject.c1045 return _PyInt_Format(v, 8, 0);
1051 return _PyInt_Format(v, 16, 0);
1162 conversion machinery in _PyInt_Format, thanks to optimization
1185 _PyInt_Format(PyIntObject *v, int base, int newstyle) function

Completed in 110 milliseconds