| Home | Trees | Indices | Help |
|
|---|
|
|
Task --+
|
AlwaysTask
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
Always returns True (indicating this Task should always
be executed).
Subclasses that need this behavior (as opposed to the default
of only executing Nodes that are out of date w.r.t. their
dependencies) can use this as follows:
class MyTaskSubclass(SCons.Taskmaster.Task):
needs_execute = SCons.Taskmaster.Task.execute_always
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Wed Mar 24 03:16:02 2010 | http://epydoc.sourceforge.net |