Lines Matching defs:taropen
64 taropen = tarfile.TarFile.taropen
75 taropen = tarfile.TarFile.gzopen
82 taropen = tarfile.TarFile.bz2open
89 taropen = tarfile.TarFile.xzopen
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(tmpname) as tobj:
1788 with self.taropen(tmpname) as tobj:
1794 with self.taropen(tmpname, "x") as tobj:
1797 with self.taropen(tmpname) as tobj:
1803 with self.taropen(tmpname, "x") as tobj:
1807 with self.taropen(tmpname, "x"):
1810 with self.taropen(tmpname) as tobj:
1824 with self.taropen(tmpname) as tobj:
1830 with self.taropen(pathlib.Path(tmpname), "x") as tobj:
1838 with self.taropen(tmpname) as tobj:
2668 with filetype.taropen(tar_name) as tar: