s.t.BlackboxProcessError(subprocess.CalledProcessError) : class documentation

Part of samba.tests View In Hierarchy

This exception is raised when a process run by check_output() returns a non-zero exit status. Exception instance should contain the exact exit code (S.returncode), command line (S.cmd), process output (S.stdout) and process error stream (S.stderr)
Method __init__ Undocumented
Method __str__ Undocumented
def __init__(self, returncode, cmd, stdout, stderr):
Undocumented
def __str__(self):
Undocumented
API Documentation for Samba, generated by pydoctor at 2011-12-08 20:23:28.