class SimpleTemplate(BaseTemplate):
Undocumented
Method | render |
Render the template using keyword arguments as local variables. |
Method | _include |
Undocumented |
Method | _rebase |
Undocumented |
Method | execute |
Undocumented |
Method | prepare |
Run preparations (parsing, caching, ...). It should be possible to call this again to refresh a template or to update settings. |
Instance Variable | _escape |
Undocumented |
Instance Variable | _str |
Undocumented |
Instance Variable | cache |
Undocumented |
Instance Variable | syntax |
Undocumented |
Property | co |
Undocumented |
Property | code |
Undocumented |
Inherited from BaseTemplate
:
Class Method | global_config |
This reads or sets the global settings stored in class.settings. |
Class Method | search |
Search name in all directories specified in lookup. First without, then with common extensions. Return first hit. |
Method | __init__ |
No summary |
Class Variable | defaults |
Undocumented |
Class Variable | extensions |
Undocumented |
Instance Variable | encoding |
Undocumented |
Instance Variable | filename |
Undocumented |
Instance Variable | lookup |
Undocumented |
Instance Variable | name |
Undocumented |
Instance Variable | settings |
Undocumented |
Instance Variable | source |
Undocumented |
bottle.BaseTemplate.render
bottle.BaseTemplate.prepare