| Home | Trees | Index | Help |
|
|---|
| Package SCons :: Module Executor :: Class Null |
|
Executor --+
|
Null
A null Executor, with a null build Environment, that does nothing when the rest of the methods call it.
This might be able to disapper when we refactor things to disassociate Builders from Nodes entirely, so we're not going to worry about unit tests for this--at least for now.
| Method Summary | |
|---|---|
__init__(self,
*args,
**kw)
| |
cleanup(self)
| |
Fetch or create the appropriate build Environment for this Executor. | |
get_build_scanner_path(self)
| |
| Inherited from Executor | |
| |
| |
| |
| |
Add source files to this Executor's list. | |
Actually execute the action list. | |
| |
| |
Fetch the signature contents. | |
Return the executor's implicit dependencies, i.e. | |
| |
| |
| |
Fetch a time stamp for this Executor. | |
| |
| |
| |
| |
Scan a list of this Executor's files (targets or sources) for implicit dependencies and update all of the targets with them. | |
| |
| |
| |
| Class Variable Summary | |
|---|---|
| Inherited from Executor | |
list |
memoizer_counters = [<SCons.Memoize.CountValue instance ...
|
| Method Details |
|---|
get_build_env(self)Fetch or create the appropriate build Environment for this Executor.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Dec 12 09:39:32 2007 | http://epydoc.sf.net |