class documentation

class redirect_stderr:

View In Hierarchy

Context manager to redirect stderr for exec_command test.
Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Instance Variable ​_stderr Undocumented
Instance Variable old​_stderr Undocumented
def __enter__(self):

Undocumented

def __exit__(self, exc_type, exc_value, traceback):

Undocumented

def __init__(self, stderr=None):

Undocumented

_stderr =

Undocumented

old_stderr =

Undocumented