Searched refs:gzip_exts (Results 1 – 2 of 2) sorted by relevance
824 gzip_exts=self.gzip_exts))991 self.gzip_exts = []1037 self.gzip_exts = [x.strip() for x in a.split(',')]
276 gzip_exts=None, allow_splitting=False)1532 gzip_exts=None, allow_splitting=True): argument1567 if gzip_exts and len(fname_parts) > 1 and fname_parts[-1] in gzip_exts:2618 headers=None, manifest=None, gzip_exts=None): argument2825 copy_exception_handler, gzip_exts=gzip_exts,