class documentation

class IfNode(Node):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __iter__ Undocumented
Method __repr__ Undocumented
Method render Return the node rendered as a string.
Instance Variable conditions​_nodelists Undocumented
Property nodelist 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​_annotated No summary
Class Variable child​_nodelists Undocumented
Class Variable must​_be​_first Undocumented
Class Variable token Undocumented
def __init__(self, conditions_nodelists):

Undocumented

def __iter__(self):

Undocumented

def __repr__(self):

Undocumented

def render(self, context):
Return the node rendered as a string.
conditions_nodelists =

Undocumented

@property
nodelist =

Undocumented