Home | Trees | Indices | Help |
|
---|
|
SCons.Executor
A module for executing actions with specific lists of target and source Nodes.
|
|||
Batch Remembers exact association between targets and sources of executor. |
|||
TSList A class that implements $TARGETS or $SOURCES expansions by wrapping an executor Method. This class is used in the Executor.lvars() to delay creation of NodeList objects until they're needed. |
|||
TSObject A class that implements $TARGET or $SOURCE expansions by wrapping an Executor method. |
|||
Executor A class for controlling instances of executing an action. |
|||
NullEnvironment | |||
Null A null Executor, with a null build Environment, that does nothing when the rest of the methods call it. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__revision__ =
|
|||
_do_execute_map = {0: execute_nothing, 1: execute_action_list}
|
|||
_execute_str_map = {0: execute_null_str, 1: execute_actions_str}
|
|||
_batch_executors =
|
|||
nullenv = None hash(x) |
|||
__package__ =
|
|
__revision__
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Nov 9 03:26:56 2015 | http://epydoc.sourceforge.net |