Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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"
,
Callers
12
create
Method · 0.95
test_zarr_region_auto
Method · 0.95
test_zarr_region_auto_noncontiguous
Method · 0.95
test_zarr_region_index_write
Method · 0.95
test_zarr_region_append
Method · 0.95
test_zarr_region
Method · 0.95
test_zarr_region_chunk_partial
Method · 0.95
test_zarr_append_chunk_partial
Method · 0.95
test_zarr_region_chunk_partial_offset
Method · 0.95
test_zarr_safe_chunk_append_dim
Method · 0.95
test_zarr_safe_chunk_region
Method · 0.95
test_dataset_to_zarr_align_chunks_true
Method · 0.95
Calls
1
to_zarr
Method · 0.45
Tested by
no test coverage detected