Home | History | Annotate | Download | only in python2.7

Lines Matching defs:gzopen

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