Package turbogears :: Package command :: Module quickstart :: Class TGBig

Class TGBig

source code

                     object --+        
                              |        
paste.script.templates.Template --+    
                                  |    
                         TGTemplate --+
                                      |
                                     TGBig

Instance Methods
 
post(self, command, output_dir, vars)
Called after template is applied.
source code

Inherited from TGTemplate: run

Inherited from paste.script.templates.Template: __init__, check_vars, module_dir, pre, print_vars, read_vars, template_dir, write_files

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

Class Variables
  required_templates = ['turbogears']
  summary = 'For more complex projects'
  use_cheetah = True

Inherited from paste.script.templates.Template: egg_plugins, read_vars_from_templates, template_renderer, vars

Properties

Inherited from object: __class__

Method Details

post(self, command, output_dir, vars)

source code 

Called after template is applied.

Overrides: paste.script.templates.Template.post
(inherited documentation)