Home | History | Annotate | Download | only in Python

Lines Matching refs:PyFile_WriteObject

620             PyFile_WriteObject(value, sys_stderr, Py_PRINT_RAW);
757 PyFile_WriteObject(line, f, Py_PRINT_RAW);
796 err = PyFile_WriteObject(moduleName, f, Py_PRINT_RAW);
822 err = PyFile_WriteObject(s, f, Py_PRINT_RAW);