class documentation

class ForNode(Node):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method render Return the node rendered as a string.
Class Variable child​_nodelists Undocumented
Instance Variable is​_reversed Undocumented
Instance Variable loopvars Undocumented
Instance Variable nodelist​_empty Undocumented
Instance Variable nodelist​_loop Undocumented
Instance Variable sequence Undocumented

Inherited from Node:

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, loopvars, sequence, is_reversed, nodelist_loop, nodelist_empty=None):

Undocumented

def __repr__(self):

Undocumented

def render(self, context):
Return the node rendered as a string.
child_nodelists: tuple[str, ...] =
is_reversed =

Undocumented

loopvars =

Undocumented

nodelist_empty =

Undocumented

nodelist_loop =

Undocumented

sequence =

Undocumented