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

Method open

xarray/tests/test_backends.py:2685–2689  ·  view source on GitHub ↗
(self, path, **kwargs)

Source from the content-addressed store, hash-verified

2683
2684 @contextlib.contextmanager
2685 def open(self, path, **kwargs):
2686 with xr.open_dataset(
2687 path, engine="zarr", mode="r", **kwargs, **self.version_kwargs
2688 ) as ds:
2689 yield ds
2690
2691 @contextlib.contextmanager
2692 def roundtrip(

Calls 1

open_datasetMethod · 0.45

Tested by

no test coverage detected