class documentation

class SimpleNode(TagHelperNode):

View In Hierarchy

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 __iter__ Undocumented
Method get​_nodes​_by​_type Return a list of all nodes (within this node and its nodelist) of the given type
Method render​_annotated No summary
Class Variable must​_be​_first Undocumented
Class Variable token Undocumented
def __init__(self, func, takes_context, args, kwargs, target_var):
def render(self, context):
Return the node rendered as a string.
child_nodelists: tuple =
target_var =

Undocumented