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

Method target

xarray/tests/test_namedarray.py:188–189  ·  view source on GitHub ↗
(self, data: np.ndarray[Any, Any])

Source from the content-addressed store, hash-verified

186
187 @pytest.fixture
188 def target(self, data: np.ndarray[Any, Any]) -> NamedArray[Any, Any]:
189 return NamedArray(["x", "y"], data)
190
191 @pytest.mark.parametrize(
192 "expected",

Callers

nothing calls this directly

Calls 1

NamedArrayClass · 0.90

Tested by

no test coverage detected