Home | Trees | Indices | Help |
|
---|
|
object --+ | Task --+ | AlwaysTask
|
|||
|
|||
Inherited from Inherited from 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 Mon Jun 14 22:07:45 2010 | http://epydoc.sourceforge.net |