Home | History | Annotate | Download | only in jinja2

Lines Matching full:macro_body

707     def macro_body(self, node, frame, children=None):
732 """Dump the macro definition for the def created by macro_body."""
1177 macro_frame = self.macro_body(node, frame)
1189 call_frame = self.macro_body(node, frame, children)