Home
last modified time | relevance | path

Searched refs:TarError (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A Dtarfile.py70 __all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError", "ReadError",
271 class TarError(Exception): class
274 class ExtractError(TarError):
277 class ReadError(TarError):
280 class CompressionError(TarError):
283 class StreamError(TarError):
286 class HeaderError(TarError):
721 class FilterError(TarError):
2816 except TarError:
H A Dshutil.py1240 except tarfile.TarError:
/third_party/python/Lib/test/
H A Dtest_tarfile.py3825 raise tarfile.TarError('failed with base TarError')
3844 self.expect_exception(tarfile.TarError)
3861 self.expect_exception(tarfile.TarError)
3878 self.expect_exception(tarfile.TarError)

Completed in 12 milliseconds