Ancestor for forms.
|
__init__(self,
template_file=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
substitute_placeholders(self,
data_source=None)
Parse the template into an instance and replace placeholders with
values. |
source code
|
|
|
edit(self)
Allow editing the instance of the template. |
source code
|
|
|
|
|
process(self,
data_source=None)
Merge values into the form template. |
source code
|
|
|
cleanup(self)
A sop to TeX which can't act as a true filter: to delete temporary
files |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|