class documentation

Undocumented

Method __init__ Undocumented
Method render Return the node rendered as a string.
Class Variable child_nodelists Undocumented
Instance Variable target_var Undocumented

Inherited from TagHelperNode:

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 (via TagHelperNode):

Method get_nodes_by_type Return a list of all nodes (within this node and its nodelist) of the given type
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 must_be_first Undocumented
Class Variable token Undocumented
def __init__(self, func, takes_context, args, kwargs, target_var): (source)
def render(self, context): (source)

Return the node rendered as a string.

target_var = (source)

Undocumented