Searched defs:taropen (Results 1 – 4 of 4) sorted by relevance
| /external/python/cpython2/Lib/test/ | ||
| D | test_tarfile.py | 227 taropen = tarfile.TarFile.gzopen variable in GzipListTest |
| /external/python/cpython3/Lib/test/ | ||
| D | test_tarfile.py | 50 taropen = tarfile.TarFile.taropen variable in TarTest |
| /external/python/cpython3/Lib/ | ||
| D | tarfile.py | 1616 def taropen(cls, name, mode="r", fileobj=None, **kwargs): member in TarFile |
| /external/python/cpython2/Lib/ | ||
| D | tarfile.py | 1718 def taropen(cls, name, mode="r", fileobj=None, **kwargs): member in TarFile |