module documentation

Undocumented

Class ​Inclusion​Node No class docstring; 0/1 instance variable, 1/2 method documented
Class ​Invalid​Template​Library Undocumented
Class ​Library No summary
Class ​Simple​Node Undocumented
Class ​Tag​Helper​Node 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.
def import_library(name):
Load a Library object from a template tag module.
def parse_bits(parser, bits, params, varargs, varkw, defaults, kwonly, kwonly_defaults, takes_context, name):
Parse bits for template tag helpers simple_tag and inclusion_tag, in particular by detecting syntax errors and by extracting positional and keyword arguments.