Lines Matching refs:stdout
1979 a file-like object (stream); defaults to the current sys.stdout.
1983 Prints the values to a stream, or to sys.stdout by default.
1996 file = _PySys_GetAttr(tstate, &_Py_ID(stdout));
1998 PyErr_SetString(PyExc_RuntimeError, "lost sys.stdout");
2002 /* sys.stdout may be None when FILE* stdout isn't connected */
2090 tstate, &_Py_ID(stdout));
2105 "input(): lost sys.stdout");
2126 sys.stdout are the same as C's stdin and stdout, because we
2151 tty = fd == fileno(stdout) && isatty(fd);
2185 /* We have a prompt, encode it as stdout would */
2217 s = PyOS_Readline(stdin, stdout, promptstr);