MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / SameFileError

Class SameFileError

tools/python-3.11.9-amd64/Lib/shutil.py:64–65  ·  view source on GitHub ↗

Raised when source and destination are the same file.

Source from the content-addressed store, hash-verified

62 pass
63
64class SameFileError(Error):
65 """Raised when source and destination are the same file."""
66
67class SpecialFileError(OSError):
68 """Raised when trying to do a kind of operation (e.g. copying) which is

Callers 1

copyfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected