Home | History | Annotate | Download | only in Objects

Lines Matching defs:_PyInt_Format

1032     return _PyInt_Format(v, 8, 0);

1038 return _PyInt_Format(v, 16, 0);
1143 conversion machinery in _PyInt_Format, thanks to optimization
1166 _PyInt_Format(PyIntObject *v, int base, int newstyle)