Searched defs:warning_stream (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/idlelib/
H A DPyShell.py48 # Override warnings module to write to warning_stream. Initialize to send IDLE
52 warning_stream = sys.__stderr__ # None, at least on Windows, if no console. variable
77 file = warning_stream
941 global warning_stream
942 warning_stream = stream
945 return warning_stream

Completed in 155 milliseconds