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

Method open

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

Source from the content-addressed store, hash-verified

494
495 @contextlib.contextmanager
496 def open(self, path, **kwargs):
497 with open_dataset(path, engine=self.engine, **kwargs) as ds:
498 yield ds
499
500 def test_zero_dimensional_variable(self) -> None:
501 expected = create_test_data()

Callers 2

roundtripMethod · 0.95
roundtrip_appendMethod · 0.95

Calls 1

open_datasetFunction · 0.90

Tested by

no test coverage detected