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

Method save

xarray/tests/test_backends.py:7784–7785  ·  view source on GitHub ↗
(self, target, ds, **kwargs)

Source from the content-addressed store, hash-verified

7782 yield target, ds
7783
7784 def save(self, target, ds, **kwargs):
7785 ds.to_zarr(target, **kwargs)
7786
7787 @pytest.mark.parametrize(
7788 "region",

Calls 1

to_zarrMethod · 0.45

Tested by

no test coverage detected