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.
Declaration
class TagHelperNode(
Node)
source linkDocumentation
Methods
▶ def __init__(self, func, takes_context, args, kwargs) Overrides
This method is overriden in: