Home | History | Annotate | Download | only in pattern_tools

Lines Matching full:gzip

459             import gzip
461 f = gzip.GzipFile(fileName, "w")
463 f = gzip.GzipFile(fileName, "w", compresslevel)