| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
template
a Templess template
call 'unicode()' to get a unicode string, 'generate()' to get a generator that yields bits of string, and 'render()' to get a node
|
|||
|
__init__(self,
data,
charset='UTF-8') x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
|
render_to_string(self,
context,
charset='UTF-8') returns a complete string with the rendered template |
||
|
unicode(self,
context) returns a unicode rendering of the template |
||
|
generate(self,
context) returns a generator that generates bits of string on demand |
||
|
render(self,
context) render the tree to a 'normal' node |
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
render the tree to a 'normal' node processes all templess directives and returns the resulting tree |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 13 21:49:09 2006 | http://epydoc.sourceforge.net |