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

Class RegistryError

Lib/shutil.py:89–91  ·  view source on GitHub ↗

Raised when a registry operation with the archiving and unpacking registries fails

Source from the content-addressed store, hash-verified

87 """Raised when an archive cannot be read"""
88
89class RegistryError(Exception):
90 """Raised when a registry operation with the archiving
91 and unpacking registries fails"""
92
93class _GiveupOnFastCopy(Exception):
94 """Raised as a signal to fallback on using raw read()/write()

Callers 1

_check_unpack_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…