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

Class Error

Lib/copy.py:56–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54from copyreg import dispatch_table
55
56class Error(Exception):
57 pass
58error = Error # backward compatibility
59
60__all__ = ["Error", "copy", "deepcopy", "replace"]

Callers 5

setlocaleFunction · 0.70
copyFunction · 0.70
deepcopyFunction · 0.70
_validateMethod · 0.70
sniffMethod · 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…