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.
  _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.
Variables [hide private]
  __revision__ = 'src/engine/SCons/Executor.py 3363 2008/09/06 0...
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/Executor.py 3363 2008/09/06 07:34:10 scons'