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

Class InvalidTreeError

xarray/core/treenode.py:16–17  ·  view source on GitHub ↗

Raised when user attempts to create an invalid tree in some way.

Source from the content-addressed store, hash-verified

14
15
16class InvalidTreeError(Exception):
17 """Raised when user attempts to create an invalid tree in some way."""
18
19
20class NotFoundInTreeError(ValueError):

Callers 2

_check_loopMethod · 0.85
_check_childrenMethod · 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…