An exception that is raised when an unsupported operation is attempted.
| 41 | |
| 42 | |
| 43 | class UnsupportedOperation(NotImplementedError): |
| 44 | """An exception that is raised when an unsupported operation is attempted. |
| 45 | """ |
| 46 | pass |
| 47 | |
| 48 | |
| 49 | class _PathParents(Sequence): |
no outgoing calls
no test coverage detected