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

Function is_alignable

xarray/structure/alignment.py:991–992  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

989 indexes = {}
990
991 def is_alignable(obj):
992 return isinstance(obj, Coordinates | DataArray | Dataset)
993
994 positions: list[int] = []
995 keys: list[type[object] | Hashable] = []

Callers 1

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