MCPcopy Index your code
hub / github.com/python/cpython / SpecialFileError

Class SpecialFileError

Lib/shutil.py:81–83  ·  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

79 """Raised when source and destination are the same file."""
80
81class SpecialFileError(OSError):
82 """Raised when trying to do a kind of operation (e.g. copying) which is
83 not supported on a special file (e.g. a named pipe)"""
84
85
86class ReadError(OSError):

Callers 1

copyfileFunction · 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…