Home | History | Annotate | Download | only in Python

Lines Matching refs:PyFile_WriteString

364     if (PyFile_WriteString(lineno_str, f_stderr) < 0)
368 if (PyFile_WriteString(": ", f_stderr) < 0)
372 if (PyFile_WriteString("\n", f_stderr) < 0)
402 PyFile_WriteString("\n", f_stderr);