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.py80 warning_stream = sys.__stderr__ # None, at least on Windows, if no console. variable
91 file = warning_stream
1042 global warning_stream
1043 warning_stream = stream
1046 return warning_stream