Package SCons :: Module Executor
[hide private]
[frames] | no frames]

Module Executor

source code

SCons.Executor

A module for executing actions with specific lists of target and source
Nodes.



Classes [hide private]
  Executor
A class for controlling instances of executing an action.
  Null
A null Executor, with a null build Environment, that does nothing when the rest of the methods call it.
Functions [hide private]
 
get_NullEnvironment()
Use singleton pattern for Null Environments.
source code
Variables [hide private]
  __revision__ = 'src/engine/SCons/Executor.py 3842 2008/12/20 2...
  nullenv = False
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/Executor.py 3842 2008/12/20 22:59:52 scons'