Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/xarray
/ create_zarr_target
Method
create_zarr_target
xarray/tests/test_backends.py:7768–7770 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
7766
7767
@contextlib.contextmanager
7768
def
create_zarr_target(self):
7769
with
create_tmp_file(suffix=
".zarr"
)
as
tmp:
7770
yield
tmp
7771
7772
@contextlib.contextmanager
7773
def
create(self):
Callers
7
create
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
create_tmp_file
Function · 0.85
Tested by
no test coverage detected