Package genshi :: Package template :: Module plugin :: Class TextTemplateEnginePlugin

Class TextTemplateEnginePlugin



                  object --+    
                           |    
AbstractTemplateEnginePlugin --+
                               |
                              TextTemplateEnginePlugin

Implementation of the plugin API for text templates.

Nested Classes
  template_class
Implementation of a simple text-based template engine.
Instance Methods

Inherited from AbstractTemplateEnginePlugin: __init__, load_template, render, transform

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

Class Variables
  extension = '.txt'
  default_format = 'text'
Properties

Inherited from object: __class__