Method | __call__ |
Undocumented |
Method | __init__ |
Constructor @param parts: A list of SimplerTreeElements as produced by TemplateParser.parse() |
Method | process |
No summary |
Instance Variable | blocks |
Undocumented |
Instance Variable | main |
Undocumented |
Instance Variable | parse_included_file_func |
Undocumented |
Static Method | _set |
Undocumented |
Method | _include_block |
Undocumented |
Method | _include_file |
Undocumented |
Method | _loop |
Undocumented |
Parameters | |
parts | A list of SimplerTreeElements as produced by TemplateParser.parse() |
parse_included_file_func | Undocumented |
Parameters | |
output | an object to receive the template output, can be a list and should support at least an append() method to receive string content |
context | a TemplateContextDict object with the template parameters |