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

Method save

xarray/tests/test_backends.py:2681–2682  ·  view source on GitHub ↗
(self, dataset, store_target, **kwargs)

Source from the content-addressed store, hash-verified

2679 )
2680
2681 def save(self, dataset, store_target, **kwargs): # type: ignore[override]
2682 return dataset.to_zarr(store=store_target, **kwargs, **self.version_kwargs)
2683
2684 @contextlib.contextmanager
2685 def open(self, path, **kwargs):

Calls 1

to_zarrMethod · 0.45

Tested by

no test coverage detected