class documentation

Base class for tag helper nodes such as SimpleNode and InclusionNode. Manages the positional and keyword arguments to be passed to the decorated function.

Method __init__ Undocumented
Method get_resolved_arguments Undocumented
Instance Variable args Undocumented
Instance Variable func Undocumented
Instance Variable kwargs Undocumented
Instance Variable takes_context Undocumented

Inherited from Node:

Method get_nodes_by_type Return a list of all nodes (within this node and its nodelist) of the given type
Method render Return the node rendered as a string.
Method render_annotated Render the node. If debug is True and an exception occurs during rendering, the exception is annotated with contextual line information where it occurred in the template. For internal usage this method is preferred over using the render method directly.
Class Variable child_nodelists Undocumented
Class Variable must_be_first Undocumented
Class Variable token Undocumented
def __init__(self, func, takes_context, args, kwargs): (source)
def get_resolved_arguments(self, context): (source)

Undocumented

Undocumented

Undocumented

Undocumented

takes_context = (source)

Undocumented