Lines Matching refs:PyUnicode_FromFormat
137 return PyUnicode_FromFormat("%s(%R)", name, in BaseException_repr()
140 return PyUnicode_FromFormat("%s%R", name, self->args); in BaseException_repr()
875 return PyUnicode_FromFormat( in BaseExceptionGroup_str()
1967 return PyUnicode_FromFormat("[WinError %S] %S: %R -> %R", in OSError_str()
1973 return PyUnicode_FromFormat("[WinError %S] %S: %R", in OSError_str()
1980 return PyUnicode_FromFormat("[WinError %S] %S", in OSError_str()
1986 return PyUnicode_FromFormat("[Errno %S] %S: %R -> %R", in OSError_str()
1992 return PyUnicode_FromFormat("[Errno %S] %S: %R", in OSError_str()
1999 return PyUnicode_FromFormat("[Errno %S] %S", in OSError_str()
2468 result = PyUnicode_FromFormat("%S (%U, line %ld)", in SyntaxError_str()
2473 result = PyUnicode_FromFormat("%S (%U)", in SyntaxError_str()
2477 result = PyUnicode_FromFormat("%S (line %ld)", in SyntaxError_str()
2932 result = PyUnicode_FromFormat( in UnicodeEncodeError_str()
2940 result = PyUnicode_FromFormat( in UnicodeEncodeError_str()
3038 result = PyUnicode_FromFormat( in UnicodeDecodeError_str()
3046 result = PyUnicode_FromFormat( in UnicodeDecodeError_str()
3138 result = PyUnicode_FromFormat( in UnicodeTranslateError_str()
3145 result = PyUnicode_FromFormat( in UnicodeTranslateError_str()