MCPcopy Index your code
hub / github.com/RustPython/RustPython / ReadError

Class ReadError

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

Exception for unreadable tar archives.

Source from the content-addressed store, hash-verified

272 """General exception for extract errors."""
273 pass
274class ReadError(TarError):
275 """Exception for unreadable tar archives."""
276 pass
277class CompressionError(TarError):
278 """Exception for unavailable compression methods."""
279 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