Undocumented
Class | DjangoTemplates |
No class docstring; 0/1 instance variable, 0/1 class variable, 1/4 method documented |
Class | Template |
Undocumented |
Function | copy_exception |
Create a new TemplateDoesNotExist. Preserve its declared attributes and template debug data but discard __traceback__, __context__, and __cause__ to make this object suitable for keeping around (in a cache, for example). |
Function | get_installed_libraries |
No summary |
Function | get_package_libraries |
Recursively yield template tag libraries defined in submodules of a package. |
Function | reraise |
Reraise TemplateDoesNotExist while maintaining template debug information. |