Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
54
from
copyreg
import
dispatch_table
55
56
class
Error(Exception):
57
pass
58
error = Error
# backward compatibility
59
60
__all__ = [
"Error"
,
"copy"
,
"deepcopy"
,
"replace"
]
Callers
5
setlocale
Function · 0.70
copy
Function · 0.70
deepcopy
Function · 0.70
_validate
Method · 0.70
sniff
Method · 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…