Lines Matching refs:PyFile_WriteObject
744 PyFile_WriteObject(value, sys_stderr, Py_PRINT_RAW); in _Py_HandleSystemExit()
985 if (PyFile_WriteObject(line, f, Py_PRINT_RAW) < 0) { in print_exception_file_and_line()
1043 int res = PyFile_WriteObject(modulename, f, Py_PRINT_RAW); in print_exception_message()
1066 int res = PyFile_WriteObject(qualname, f, Py_PRINT_RAW); in print_exception_message()
1094 int res = PyFile_WriteObject(s, f, Py_PRINT_RAW); in print_exception_message()
1115 if (PyFile_WriteObject(suggestions, f, Py_PRINT_RAW) < 0) { in print_exception_suggestions()
1159 res = PyFile_WriteObject(s, f, Py_PRINT_RAW); in print_exception_notes()
1193 if (PyFile_WriteObject(line, f, Py_PRINT_RAW) < 0) { in print_exception_notes()
1391 int err = PyFile_WriteObject(line, f, Py_PRINT_RAW); in print_exception_group()
1439 int err = PyFile_WriteObject(line, f, Py_PRINT_RAW); in print_exception_group()
1473 int err = PyFile_WriteObject(line, f, Py_PRINT_RAW); in print_exception_group()