Home | History | Annotate | Download | only in Objects

Lines Matching defs:_PyInt_Format

1052     return _PyInt_Format(v, 8, 0);

1058 return _PyInt_Format(v, 16, 0);
1169 conversion machinery in _PyInt_Format, thanks to optimization
1192 _PyInt_Format(PyIntObject *v, int base, int newstyle)