Raised when source and destination are the same file.
| 76 | pass |
| 77 | |
| 78 | class SameFileError(Error): |
| 79 | """Raised when source and destination are the same file.""" |
| 80 | |
| 81 | class SpecialFileError(OSError): |
| 82 | """Raised when trying to do a kind of operation (e.g. copying) which is |
no outgoing calls
no test coverage detected
searching dependent graphs…