Home | History | Annotate | Download | only in jinja2

Lines Matching full:recursive

644         the future also recursive loops.  As there is currently
1041 if node.recursive:
1049 # is necessary if the loop is in recursive mode if the special loop
1051 extended_loop = node.recursive or 'loop' in \
1055 # if we don't have an recursive loop we have to find the shadowed
1058 if not node.recursive:
1106 if node.recursive:
1115 elif node.recursive:
1120 if node.recursive:
1148 if not node.recursive:
1151 # if the node was recursive we have to return the buffer contents
1153 if node.recursive: