| Home | Trees | Index | Help |
|
|---|
| Package SCons :: Module Action :: Class ActionBase |
|
CommandGeneratorAction,
ListActionBase class for all types of action objects that can be held by other objects (Builders, Executors, etc.) This provides the common methods for manipulating and combining those actions.
| Method Summary | |
|---|---|
__add__(self,
other)
| |
__cmp__(self,
other)
| |
__radd__(self,
other)
| |
genstring(self,
target,
source,
env)
| |
Return the Executor for this Action. | |
presub_lines(self,
env)
| |
| Method Details |
|---|
get_executor(self, env, overrides, tlist, slist, executor_kw)Return the Executor for this Action. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Dec 12 09:39:32 2007 | http://epydoc.sf.net |