Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/command/
H A Dcheck.py135 stream=settings.warning_stream,
/third_party/python/Lib/idlelib/
H A Dpyshell.py67 # Override warnings module to write to warning_stream. Initialize to send IDLE
71 warning_stream = sys.__stderr__ # None, at least on Windows, if no console. variable
82 file = warning_stream
1034 global warning_stream
1035 warning_stream = stream
1038 return warning_stream

Completed in 3 milliseconds