Lines Matching refs:PyUnicode_FromFormat
126 return PyUnicode_FromFormat("%s(%R)", name, in BaseException_repr()
129 return PyUnicode_FromFormat("%s%R", name, self->args); in BaseException_repr()
1117 return PyUnicode_FromFormat("[WinError %S] %S: %R -> %R", in OSError_str()
1123 return PyUnicode_FromFormat("[WinError %S] %S: %R", in OSError_str()
1130 return PyUnicode_FromFormat("[WinError %S] %S", in OSError_str()
1136 return PyUnicode_FromFormat("[Errno %S] %S: %R -> %R", in OSError_str()
1142 return PyUnicode_FromFormat("[Errno %S] %S: %R", in OSError_str()
1149 return PyUnicode_FromFormat("[Errno %S] %S", in OSError_str()
1618 result = PyUnicode_FromFormat("%S (%U, line %ld)", in SyntaxError_str()
1623 result = PyUnicode_FromFormat("%S (%U)", in SyntaxError_str()
1627 result = PyUnicode_FromFormat("%S (line %ld)", in SyntaxError_str()
2082 result = PyUnicode_FromFormat( in UnicodeEncodeError_str()
2090 result = PyUnicode_FromFormat( in UnicodeEncodeError_str()
2197 result = PyUnicode_FromFormat( in UnicodeDecodeError_str()
2205 result = PyUnicode_FromFormat( in UnicodeDecodeError_str()
2297 result = PyUnicode_FromFormat( in UnicodeTranslateError_str()
2304 result = PyUnicode_FromFormat( in UnicodeTranslateError_str()