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

Method index

xarray/tests/test_indexes.py:46–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44class TestIndex:
45 @pytest.fixture
46 def index(self) -> CustomIndex:
47 return CustomIndex({"x": 2})
48
49 def test_from_variables(self) -> None:
50 with pytest.raises(NotImplementedError):

Callers 15

reset_indexMethod · 0.45
stackMethod · 0.45
unstackMethod · 0.45
rename_varsMethod · 0.45
drop_dimsMethod · 0.45
drop_indexesMethod · 0.45
swap_dimsMethod · 0.45
factorizeMethod · 0.45
_infer_line_dataFunction · 0.45
_get_axis_numMethod · 0.45
_set_dimsFunction · 0.45
open_mfdatasetFunction · 0.45

Calls 1

CustomIndexClass · 0.70

Tested by

no test coverage detected