MCPcopy Index your code
hub / github.com/python/cpython / ReadError

Class ReadError

Lib/tarfile.py:272–274  ·  view source on GitHub ↗

Exception for unreadable tar archives.

Source from the content-addressed store, hash-verified

270 """General exception for extract errors."""
271 pass
272class ReadError(TarError):
273 """Exception for unreadable tar archives."""
274 pass
275class CompressionError(TarError):
276 """Exception for unavailable compression methods."""
277 pass

Callers 10

_init_read_gzMethod · 0.70
_readMethod · 0.70
readMethod · 0.70
__init__Method · 0.70
openMethod · 0.70
gzopenMethod · 0.70
bz2openMethod · 0.70
xzopenMethod · 0.70
zstopenMethod · 0.70
nextMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…