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

Class ReadError

tools/python-3.11.9-amd64/Lib/shutil.py:74–75  ·  view source on GitHub ↗

Raised when an archive cannot be read

Source from the content-addressed store, hash-verified

72 """Raised when a command could not be executed"""
73
74class ReadError(OSError):
75 """Raised when an archive cannot be read"""
76
77class RegistryError(Exception):
78 """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