Home | History | Annotate | Download | only in jinja2

Lines Matching refs:zipfile

606         zipfile, the templates will be will be stored in a directory.
612 zipfile.
658 from zipfile import ZipFile, ZipInfo, ZIP_DEFLATED, ZIP_STORED
659 zip_file = ZipFile(target, 'w', dict(deflated=ZIP_DEFLATED,