class documentation
class UnpackTarArchive(Command):
Wrap tar to unpack a compressed tar archive
Method | __init__ |
Undocumented |
Instance Variable | archive |
Undocumented |
Instance Variable | dir |
Undocumented |
Instance Variable | run |
Undocumented |
Inherited from Command
:
Method | __call__ |
Run the command and raise exception on errors |
Method | call |
Like __call__ but let the caller handle the return status. |
Instance Variable | args |
Undocumented |
Instance Variable | capture |
Undocumented |
Instance Variable | capture |
Undocumented |
Instance Variable | cmd |
Undocumented |
Instance Variable | cwd |
Undocumented |
Instance Variable | env |
Undocumented |
Instance Variable | err |
Undocumented |
Instance Variable | retcode |
Undocumented |
Instance Variable | shell |
Undocumented |
Instance Variable | stderr |
Undocumented |
Instance Variable | stdout |
Undocumented |
Static Method | _f |
Build error string template |
Method | __call |
Wraps subprocess.call so we can be verbose and fix Python's SIGPIPE handling |
Method | _format |
Log an error message |
Method | _log |
Log an error message |
Method | _reset |
Undocumented |