Searched defs:taropen (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ | ||
H A D | tarfile.py | 1871 def taropen(cls, name, mode="r", fileobj=None, **kwargs): member in TarFile |
/third_party/python/Lib/test/ | ||
H A D | test_tarfile.py | 64 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 [all...] |
Completed in 8 milliseconds