src/pylib/Lib/sys_impl/stdio

Search:
Group by:
Source   Edit  

Vars

stderr = newNoEncTextIO(stderr, "<stderr>", DefNewLine)
Source   Edit  
stdin = newNoEncTextIO(stdin, "<stdin>", DefNewLine)
Source   Edit  
stdout = newNoEncTextIO(stdout, "<stdout>", DefNewLine)
Source   Edit  

Lets

dunder_stderr = stderr
__stderr__ Source   Edit  
dunder_stdin = stdin
__stdin__ Source   Edit  
dunder_stdout = stdout
__stdout__ Source   Edit