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

Method test_is_multi

xarray/tests/test_indexes.py:627–629  ·  view source on GitHub ↗
(self, indexes)

Source from the content-addressed store, hash-verified

625 assert indexes.get_unique() == unique_indexes
626
627 def test_is_multi(self, indexes) -> None:
628 assert indexes.is_multi("one") is True
629 assert indexes.is_multi("x") is False
630
631 def test_get_all_coords(self, indexes) -> None:
632 expected = {

Callers

nothing calls this directly

Calls 1

is_multiMethod · 0.80

Tested by

no test coverage detected