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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DPyShell.py49 # Override warnings module to write to warning_stream. Initialize to send IDLE
53 global warning_stream
54 warning_stream = sys.__stderr__ variable
63 file = warning_stream
915 global warning_stream
916 warning_stream = stream
919 return warning_stream
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DPyShell.py49 # Override warnings module to write to warning_stream. Initialize to send IDLE
53 global warning_stream
54 warning_stream = sys.__stderr__ variable
63 file = warning_stream
915 global warning_stream
916 warning_stream = stream
919 return warning_stream

Completed in 112 milliseconds