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

Class TreeIsomorphismError

xarray/core/treenode.py:799–800  ·  view source on GitHub ↗

Error raised if two tree objects do not share the same node structure.

Source from the content-addressed store, hash-verified

797
798
799class TreeIsomorphismError(ValueError):
800 """Error raised if two tree objects do not share the same node structure."""
801
802
803def group_subtrees(

Callers 1

group_subtreesFunction · 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…