Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Error
Class
Error
Lib/shutil.py:75–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
# disk_usage is added later, if available on the platform
74
75
class
Error(OSError):
76
pass
77
78
class
SameFileError(Error):
79
""
"Raised when source and destination are the same file."
""
Callers
2
_copytree
Function · 0.70
move
Function · 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…