class documentation

class CycleNode(Node):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method render Return the node rendered as a string.
Method reset Reset the cycle iteration back to the beginning.
Instance Variable cyclevars Undocumented
Instance Variable silent Undocumented
Instance Variable variable​_name 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 child​_nodelists Undocumented
Class Variable must​_be​_first Undocumented
Class Variable token Undocumented
def __init__(self, cyclevars, variable_name=None, silent=False):

Undocumented

def render(self, context):
Return the node rendered as a string.
def reset(self, context):
Reset the cycle iteration back to the beginning.
cyclevars =

Undocumented

silent =

Undocumented

variable_name =

Undocumented