Home | History | Annotate | Download | only in jinja2

Lines Matching defs:dump

1123     def dump(self, fp, encoding=None, errors='strict'):
1124 """Dump the complete stream into a file or file-like object.
1130 Template('Hello {{ name }}!').stream(name='foo').dump('hello.html')