class documentation

class IfChangedNode(Node):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_get​_context​_stack​_frame Undocumented
Method render Return the node rendered as a string.
Class Variable child​_nodelists Undocumented
Instance Variable ​_varlist Undocumented
Instance Variable nodelist​_false Undocumented
Instance Variable nodelist​_true 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, nodelist_true, nodelist_false, *varlist):

Undocumented

def _get_context_stack_frame(self, context):

Undocumented

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

Undocumented

nodelist_false =

Undocumented

nodelist_true =

Undocumented