MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / ReadError

Class ReadError

tools/python-3.11.9-amd64/Lib/tarfile.py:277–279  ·  view source on GitHub ↗

Exception for unreadable tar archives.

Source from the content-addressed store, hash-verified

275 """General exception for extract errors."""
276 pass
277class ReadError(TarError):
278 """Exception for unreadable tar archives."""
279 pass
280class CompressionError(TarError):
281 """Exception for unavailable compression methods."""
282 pass

Callers 9

_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
nextMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected