HomeSort by relevance Sort by last modified time
    Searched refs:warning_stream (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
check.py 130 stream=settings.warning_stream,
  /external/python/cpython2/Lib/distutils/command/
check.py 136 stream=settings.warning_stream,
  /external/python/cpython3/Lib/distutils/command/
check.py 132 stream=settings.warning_stream,
  /external/python/cpython2/Lib/idlelib/
PyShell.py 48 # 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
    [all...]
  /external/python/cpython3/Lib/idlelib/
pyshell.py 61 # Override warnings module to write to warning_stream. Initialize to send IDLE
65 warning_stream = sys.__stderr__ # None, at least on Windows, if no console. variable
76 file = warning_stream
    [all...]

Completed in 160 milliseconds