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

Method close

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

Source from the content-addressed store, hash-verified

1351 pass
1352
1353 def close(self) -> None:
1354 if self._close_store_on_close:
1355 self.zarr_group.store.close()
1356
1357 def _auto_detect_regions(self, ds, region):
1358 for dim, val in region.items():

Callers 7

_finalize_storeFunction · 0.45
open_mfdatasetFunction · 0.45
to_netcdfFunction · 0.45
save_mfdatasetFunction · 0.45
to_zarrFunction · 0.45
_datatree_to_netcdfFunction · 0.45
_datatree_to_zarrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected