class Loader(BaseLoader):
Undocumented
Method | __init__ |
Undocumented |
Method | get_contents |
Undocumented |
Method | get_template_sources |
An iterator that yields possible matching template paths for a template name. |
Instance Variable | templates_dict |
Undocumented |
Inherited from Loader
:
Method | get_template |
No summary |
Method | reset |
Reset any state maintained by the loader instance (e.g. cached templates or cached loader modules). |
Instance Variable | engine |
Undocumented |