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