Package schrodinger :: Package test :: Module ioredirect
[hide private]
[frames] | no frames]

Module ioredirect

Classes [hide private]
  IORedirect
Use to redirect stderr & stdout.
  IOCapture
Use to redirect stderr & stdout to a StringIO object.
  IOSilence
A context manager for doing a "deep suppression" of stdout and stderr, which will point the file descriptors to devnull.
  FullIORedirect
Context manager returns an IOString with all output from stderr/stdout.
Functions [hide private]
 
replace_output_logger_stream(stream)
Replace the stream used by output loggers.
Variables [hide private]
  __package__ = 'schrodinger.test'