Undocumented
Class | InclusionNode |
No class docstring; 0/1 instance variable, 1/2 method documented |
Class | InvalidTemplateLibrary |
Undocumented |
Class | Library |
No summary |
Class | SimpleNode |
Undocumented |
Class | TagHelperNode |
Base class for tag helper nodes such as SimpleNode and InclusionNode. Manages the positional and keyword arguments to be passed to the decorated function. |
Function | import_library |
Load a Library object from a template tag module. |
Function | parse_bits |
Parse bits for template tag helpers simple_tag and inclusion_tag, in particular by detecting syntax errors and by extracting positional and keyword arguments. |