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

Method sync

xarray/backends/zarr.py:1350–1351  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1348 writer.add(v.data, zarr_array, region)
1349
1350 def sync(self) -> None:
1351 pass
1352
1353 def close(self) -> None:
1354 if self._close_store_on_close:

Callers 3

to_netcdfFunction · 0.45
save_mfdatasetFunction · 0.45
_datatree_to_netcdfFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected