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

Class ActionBase

source code

object --+
         |
        ActionBase
Known Subclasses:

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
 
no_batch_key(self, env, target, source) source code
 
batch_key(self, env, target, source) 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_varlist(self, target, source, env, executor=None) source code
 
get_targets(self, env, executor)
Returns the type of targets ($TARGETS, $CHANGED_TARGETS) used by this action.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__