Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/command/
Dcheck.py135 stream=settings.warning_stream,
/third_party/python/Lib/idlelib/
Dpyshell.py67 warning_stream = sys.__stderr__ # None, at least on Windows, if no console. variable
78 file = warning_stream
940 global warning_stream
941 warning_stream = stream
944 return warning_stream