|
__init__(self,
extra_vars_func=None,
options=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
load_template(self,
templatename,
template_string=None)
Find a template specified in python 'dot' notation, or load one from
a string. |
|
|
|
render(self,
info,
format=None,
fragment=False,
template=None)
Render the template to a string using the provided info. |
|
|
|
transform(self,
info,
template)
Render the output to an event stream. |
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|