SCons :: Action :: ActionBase :: Class ActionBase
[hide private]
[frames] | no frames]

Class ActionBase

source code

Known Subclasses:
_ActionAction, CommandGeneratorAction, ListAction

Base 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.



Instance Methods [hide private]
 
__cmp__(self, other) source code
 
genstring(self, target, source, env) source code
 
get_contents(self, target, source, env) source code
 
__add__(self, other) source code
 
__radd__(self, other) source code
 
presub_lines(self, env) source code
 
get_executor(self, env, overrides, tlist, slist, executor_kw)
Return the Executor for this Action.
source code