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

Class ReadError

Lib/shutil.py:86–87  ·  view source on GitHub ↗

Raised when an archive cannot be read

Source from the content-addressed store, hash-verified

84
85
86class ReadError(OSError):
87 """Raised when an archive cannot be read"""
88
89class RegistryError(Exception):
90 """Raised when a registry operation with the archiving

Callers 3

_unpack_zipfileFunction · 0.70
_unpack_tarfileFunction · 0.70
unpack_archiveFunction · 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…