Public Member Functions | |
| def | __init__ (self, command, status, out, err) |
| def | __str__ (self) |
Public Attributes | |
| command | |
| status | |
| out | |
| err | |
Definition at line 27 of file ifdherror.py.
| def python.ifdherror.IFDHError.__init__ | ( | self, | |
| command, | |||
| status, | |||
| out, | |||
| err | |||
| ) |
Definition at line 29 of file ifdherror.py.
| def python.ifdherror.IFDHError.__str__ | ( | self | ) |
Definition at line 46 of file ifdherror.py.
| python.ifdherror.IFDHError.command |
Definition at line 35 of file ifdherror.py.
| python.ifdherror.IFDHError.err |
Definition at line 43 of file ifdherror.py.
| python.ifdherror.IFDHError.out |
Definition at line 42 of file ifdherror.py.
| python.ifdherror.IFDHError.status |
Definition at line 41 of file ifdherror.py.
1.8.11