Package bw :: Module plugin :: Class PluginRender
[frames] | no frames]

Class PluginRender

object --+
         |
        PluginRender

Instance Methods
 
__init__(self, extension, template=None, data=None, aphrodite=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
get_template(self)
 
set_template(self, value)
 
del_template(self)
 
render(self)

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

Class Variables
  template = property(fget= get_template, fset= set_template, fd...
Properties

Inherited from object: __class__

Method Details

__init__(self, extension, template=None, data=None, aphrodite=True)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

Class Variable Details

template

Value:
property(fget= get_template, fset= set_template, fdel= del_template)