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

Function test_dataarray_property

xarray/tests/test_sparse.py:351–353  ·  view source on GitHub ↗
(prop)

Source from the content-addressed store, hash-verified

349 ],
350)
351def test_dataarray_property(prop):
352 arr = make_xrarray({"x": 10, "y": 5})
353 getattr(arr, prop)
354
355
356@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

make_xrarrayFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…