Raised when operation can't be completed because one node is not part of the expected tree.
| 18 | |
| 19 | |
| 20 | class NotFoundInTreeError(ValueError): |
| 21 | """Raised when operation can't be completed because one node is not part of the expected tree.""" |
| 22 | |
| 23 | |
| 24 | class NodePath(PurePosixPath): |
no outgoing calls
no test coverage detected
searching dependent graphs…