class documentation

Executable is a generic container for executable commands.

Method __init__ No summary
Method __repr__ Undocumented
Method __str__ Undocumented
Instance Variable args Undocumented
Instance Variable command Undocumented
Instance Variable phase Undocumented
def __init__(self, cmd, args, phase=PHASE_RUN):
Parameters
cmdname of command to run, str
argsarguments to command, (str,)
phasePHASE_SETUP|PHASE_RUN|PHASE_TEARDOWN. Indicates whether the command should be run before, during, or after launch, str
def __repr__(self):
def __str__(self):
args =

Undocumented

command =

Undocumented

phase =

Undocumented