MCPcopy 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
75class Error(OSError):
76 pass
77
78class SameFileError(Error):
79 """Raised when source and destination are the same file."""

Callers 2

_copytreeFunction · 0.70
moveFunction · 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…