Home
last modified time | relevance | path

Searched refs:taropen (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_tarfile.py50 taropen = tarfile.TarFile.taropen variable in TarTest
61 taropen = tarfile.TarFile.gzopen variable in GzipTest
68 taropen = tarfile.TarFile.bz2open variable in Bz2Test
75 taropen = tarfile.TarFile.xzopen variable in LzmaTest
449 with self.taropen(tarname) as tar:
464 tar = self.taropen(tmpname, 'q')
466 tar = self.taropen(tmpname, 'rw')
468 tar = self.taropen(tmpname, '')
1545 with self.taropen(tmpname) as tobj:
1557 with self.taropen(tmpname) as tobj:
[all …]
/external/python/cpython2/Lib/test/
Dtest_tarfile.py227 taropen = tarfile.TarFile.gzopen variable in GzipListTest
233 taropen = tarfile.TarFile.bz2open variable in Bz2ListTest
326 taropen = tarfile.TarFile.taropen variable in MiscReadTest
354 tar = self.taropen(tmpname, 'q')
356 tar = self.taropen(tmpname, 'rw')
358 tar = self.taropen(tmpname, '')
1772 taropen = tarfile.TarFile.gzopen variable in GzipMiscReadTest
1788 taropen = tarfile.TarFile.bz2open variable in Bz2MiscReadTest
/external/python/cpython2/Lib/
Dtarfile.py1713 return cls.taropen(name, mode, fileobj, **kwargs)
1718 def taropen(cls, name, mode="r", fileobj=None, **kwargs): member in TarFile
1747 t = cls.taropen(name, mode, fileobj, **kwargs)
1778 t = cls.taropen(name, mode, fileobj, **kwargs)
2576 self.tarfile = TarFile.taropen(file, mode)
/external/python/cpython3/Lib/
Dtarfile.py1611 return cls.taropen(name, mode, fileobj, **kwargs)
1616 def taropen(cls, name, mode="r", fileobj=None, **kwargs): member in TarFile
1645 t = cls.taropen(name, mode, fileobj, **kwargs)
1674 t = cls.taropen(name, mode, fileobj, **kwargs)
1702 t = cls.taropen(name, mode, fileobj, **kwargs)