MCPcopy
hub / github.com/pydata/xarray / create_zarr_target

Method create_zarr_target

xarray/tests/test_backends.py:2668–2669  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2666 version_kwargs: dict[str, Any] = {}
2667
2668 def create_zarr_target(self):
2669 raise NotImplementedError
2670
2671 @contextlib.contextmanager
2672 def create_store(self, cache_members: bool = False):

Calls

no outgoing calls

Tested by

no test coverage detected