Package wafadmin :: Package Tools :: Module batched_cc :: Class TaskSlave
[hide private]
[frames] | no frames]

Class TaskSlave

source code

   object --+        
            |        
Task.TaskBase --+    
                |    
        Task.Task --+
                    |
                   TaskSlave

Nested Classes [hide private]

Inherited from Task.TaskBase: __metaclass__

Instance Methods [hide private]
 
__init__(self, action_name, env, normal=1, master=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
prepare(self) source code
 
update_stat(self) source code
 
runnable_status(self)
SKIP_ME RUN_ME or ASK_LATER
source code
 
run(self)
called if the task must run
source code
 
can_retrieve_cache(self, sig)
Retrieve build nodes from the cache - the file time stamps are updated for cleaning the least used files from the cache dir - be careful when overridding
source code

Inherited from Task.Task: __repr__, __str__, add_file_dependency, compute_sig_implicit_deps, debug_why, post_run, set_inputs, set_outputs, set_run_after, sig_explicit_deps, sig_implicit_deps, sig_vars, signature, unique_id

Inherited from Task.TaskBase: attr, call_run, display, format_error, hash_constraints, install

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]

Inherited from Task.Task: scan, vars

Inherited from Task.TaskBase: classes, color, maxjobs, stat

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, action_name, env, normal=1, master=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

runnable_status(self)

source code 

SKIP_ME RUN_ME or ASK_LATER

Overrides: Task.TaskBase.runnable_status
(inherited documentation)

run(self)

source code 

called if the task must run

Overrides: Task.TaskBase.run
(inherited documentation)

can_retrieve_cache(self, sig)

source code 

Retrieve build nodes from the cache - the file time stamps are updated for cleaning the least used files from the cache dir - be careful when overridding

Overrides: Task.TaskBase.can_retrieve_cache