Home | History | Annotate | Download | only in Objects

Lines Matching defs:_PyInt_Format

1045     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)