MCPcopy
hub / github.com/pydata/xarray / CustomIndex

Class CustomIndex

xarray/tests/test_dataset.py:678–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676
677 def test_constructor_custom_index(self) -> None:
678 class CustomIndex(Index): ...
679
680 coords = Coordinates(
681 coords={"x": ("x", [1, 2, 3])}, indexes={"x": CustomIndex()}

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…