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

Class SpecialFileError

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

Raised when trying to do a kind of operation (e.g. copying) which is not supported on a special file (e.g. a named pipe)

Source from the content-addressed store, hash-verified

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
69 not supported on a special file (e.g. a named pipe)"""
70
71class ExecError(OSError):
72 """Raised when a command could not be executed"""

Callers 1

copyfileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected