Home
last modified time | relevance | path

Searched defs:taropen (Results 1 – 2 of 2) sorted by relevance

/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
1772 taropen = tarfile.TarFile.gzopen variable in GzipMiscReadTest
1788 taropen = tarfile.TarFile.bz2open variable in Bz2MiscReadTest
/external/python/cpython2/Lib/
Dtarfile.py1718 def taropen(cls, name, mode="r", fileobj=None, **kwargs): member in TarFile