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

Method xindexes

xarray/core/dataset.py:1789–1793  ·  view source on GitHub ↗

Mapping of :py:class:`~xarray.indexes.Index` objects used for label based indexing.

(self)

Source from the content-addressed store, hash-verified

1787
1788 @property
1789 def xindexes(self) -> Indexes[Index]:
1790 """Mapping of :py:class:`~xarray.indexes.Index` objects
1791 used for label based indexing.
1792 """
1793 return Indexes(self._indexes, {k: self._variables[k] for k in self._indexes})
1794
1795 @property
1796 def coords(self) -> DatasetCoordinates:

Callers

nothing calls this directly

Calls 1

IndexesClass · 0.90

Tested by

no test coverage detected