Home
last modified time | relevance | path

Searched refs:taropen (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_tarfile.py64 taropen = tarfile.TarFile.taropen variable in TarTest
75 taropen = tarfile.TarFile.gzopen variable in GzipTest
82 taropen = tarfile.TarFile.bz2open variable in Bz2Test
89 taropen = tarfile.TarFile.xzopen variable in LzmaTest
539 with self.taropen(tarname) as tar:
554 tar = self.taropen(tmpname, 'q')
556 tar = self.taropen(tmpname, 'rw')
558 tar = self.taropen(tmpname, '')
1776 with self.taropen(tmpnam
[all...]
/third_party/python/Lib/
H A Dtarfile.py1819 return cls.OPEN_METH[comptype] == 'taropen'
1866 return cls.taropen(name, mode, fileobj, **kwargs)
1871 def taropen(cls, name, mode="r", fileobj=None, **kwargs): member in TarFile
1899 t = cls.taropen(name, mode, fileobj, **kwargs)
1927 t = cls.taropen(name, mode, fileobj, **kwargs)
1955 t = cls.taropen(name, mode, fileobj, **kwargs)
1969 "tar": "taropen", # uncompressed tar

Completed in 7 milliseconds