Class for lists of other actions.
| Method Summary |
| |
__init__(self,
list)
|
| |
__call__(self,
target,
source,
env,
exitstatfunc,
presub,
show,
execute,
chdir)
|
| |
__str__(self)
|
| |
genstring(self,
target,
source,
env)
|
| |
get_contents(self,
target,
source,
env)
Return the signature contents of this action list. |
| |
get_implicit_deps(self,
target,
source,
env)
|
| |
presub_lines(self,
env)
|
| Inherited from ActionBase |
| |
__add__(self,
other)
|
| |
__cmp__(self,
other)
|
| |
__radd__(self,
other)
|
| |
get_executor(self,
env,
overrides,
tlist,
slist,
executor_kw)
Return the Executor for this Action. |