Home | History | Annotate | Download | only in Lib

Lines Matching defs:gzopen

1726     def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs):
1793 "gz": "gzopen", # gzip compressed tar
2578 self.tarfile = TarFile.gzopen(file, mode)