Package wafadmin :: Package Tools :: Module cc :: Class cc_taskgen
[hide private]
[frames] | no frames]

Class cc_taskgen

source code

        object --+        
                 |        
  TaskGen.task_gen --+    
                     |    
ccroot.ccroot_abstract --+
                         |
                        cc_taskgen

Nested Classes [hide private]

Inherited from TaskGen.task_gen: __metaclass__

Instance Methods [hide private]
 
__init__(self, *kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from ccroot.ccroot_abstract: clone

Inherited from TaskGen.task_gen: __setattr__, __str__, apply, apply_core, create_task, find_sources_in_dirs, get_hook, get_inst_path, post, set_inst_path, to_list

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

Class Variables [hide private]

Inherited from TaskGen.task_gen: classes, idx, install_path, mapped, mappings, traits

Instance Variables [hide private]

Inherited from TaskGen.task_gen: prec

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *kw)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)