Home | History | Annotate | Download | only in Objects

Lines Matching refs:_PyUnicode_FormatLong

459         return _PyUnicode_FormatLong(v, flags & F_ALT, prec, type);
473 result = _PyUnicode_FormatLong(iobj, flags & F_ALT, prec, type);