Package wafadmin :: Package Tools :: Module misc :: Class command_output
[hide private]
[frames] | no frames]

Class command_output

source code

   object --+        
            |        
Task.TaskBase --+    
                |    
        Task.Task --+
                    |
                   command_output

Nested Classes [hide private]

Inherited from Task.TaskBase: __metaclass__

Instance Methods [hide private]
 
__init__(self, env, command, command_node, command_args, stdin, stdout, cwd, os_env)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
run(self)
called if the task must run
source code

Inherited from Task.Task: __repr__, __str__, add_file_dependency, can_retrieve_cache, compute_sig_implicit_deps, debug_why, post_run, runnable_status, 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]
  m_color = "BLUE"

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, env, command, command_node, command_args, stdin, stdout, cwd, os_env)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

run(self)

source code 

called if the task must run

Overrides: Task.TaskBase.run
(inherited documentation)