Home | History | Annotate | Download | only in Objects

Lines Matching refs:_PyUnicode_FormatLong

467         return _PyUnicode_FormatLong(v, flags & F_ALT, prec, type);
481 result = _PyUnicode_FormatLong(iobj, flags & F_ALT, prec, type);