Home | History | Annotate | Download | only in Python

Lines Matching refs:Py_PRINT_RAW

1135             PyFile_WriteObject(value, sys_stderr, Py_PRINT_RAW);
1137 PyObject_Print(value, stderr, Py_PRINT_RAW);
1296 err = PyFile_WriteObject(exception, f, Py_PRINT_RAW);
1311 err = PyFile_WriteObject(s, f, Py_PRINT_RAW);