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

Method xindexes

xarray/core/datatree.py:1496–1500  ·  view source on GitHub ↗

Mapping of xarray Index objects used for label based indexing.

(self)

Source from the content-addressed store, hash-verified

1494
1495 @property
1496 def xindexes(self) -> Indexes[Index]:
1497 """Mapping of xarray Index objects used for label based indexing."""
1498 return Indexes(
1499 self._indexes, {k: self._coord_variables[k] for k in self._indexes}
1500 )
1501
1502 @property
1503 def coords(self) -> DataTreeCoordinates:

Callers

nothing calls this directly

Calls 1

IndexesClass · 0.90

Tested by

no test coverage detected