Public Member Functions | |
| def | __init__ |
| def | __iter__ |
| def | __repr__ |
| def | __call__ |
Describes command parameters. The 'args', 'vars' and 'workdir' attributes are publicly accessible.
Definition at line 276 of file execution.py.
| def encode.execution.Job.__call__ | ( | self, | ||
channels = [] | ||||
| ) |
Definition at line 296 of file execution.py.
| def encode.execution.Job.__init__ | ( | self, | ||
| args, | ||||
vars = None, |
||||
workdir = None | ||||
| ) |
ARGS is the argument vector starting with the program name or path. VARS is a dictionary of additional environment variables. WORKDIR is the current working directory of the command.
Definition at line 279 of file execution.py.
| def encode.execution.Job.__iter__ | ( | self | ) |
Definition at line 290 of file execution.py.
| def encode.execution.Job.__repr__ | ( | self | ) |
Definition at line 293 of file execution.py.
1.4.7