MCPcopy Index your code
hub / github.com/pydata/xarray / NotFoundInTreeError

Class NotFoundInTreeError

xarray/core/treenode.py:20–21  ·  view source on GitHub ↗

Raised when operation can't be completed because one node is not part of the expected tree.

Source from the content-addressed store, hash-verified

18
19
20class NotFoundInTreeError(ValueError):
21 """Raised when operation can't be completed because one node is not part of the expected tree."""
22
23
24class NodePath(PurePosixPath):

Callers 3

relative_toMethod · 0.85
find_common_ancestorMethod · 0.85
_path_to_ancestorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…