Package SCons :: Module Taskmaster :: Class OutOfDateTask
[hide private]
[frames] | no frames]

Class OutOfDateTask

source code

object --+    
         |    
      Task --+
             |
            OutOfDateTask
Known Subclasses:

Instance Methods [hide private]
 
needs_execute(self)
Returns True (indicating this Task should be executed) if this Task's target state indicates it needs executing, which has already been determined by an earlier up-to-date check.
source code

Inherited from Task: __init__, display, exc_clear, exc_info, exception_set, execute, executed, executed_with_callbacks, executed_without_callbacks, fail_continue, fail_stop, failed, get_target, make_ready, make_ready_all, make_ready_current, postprocess, prepare, trace_message

Inherited from Task (private): _exception_raise, _no_exception_to_raise

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

needs_execute(self)

source code 
Returns True (indicating this Task should be executed) if this Task's target state indicates it needs executing, which has already been determined by an earlier up-to-date check.
Overrides: Task.needs_execute