Qudi
|
A base class for a context manager to redirect streams from the sys module. More...
Public Member Functions | |
def | __init__ (self, new_target) |
def | __enter__ (self) |
def | __exit__ (self, exctype, excinst, exctb) |
A base class for a context manager to redirect streams from the sys module.