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

Function open_example_dataset

xarray/tests/test_backends.py:246–249  ·  view source on GitHub ↗
(name, *args, **kwargs)

Source from the content-addressed store, hash-verified

244
245
246def open_example_dataset(name, *args, **kwargs) -> Dataset:
247 return open_dataset(
248 os.path.join(os.path.dirname(__file__), "data", name), *args, **kwargs
249 )
250
251
252def open_example_mfdataset(names, *args, **kwargs) -> Dataset:

Calls 2

open_datasetFunction · 0.90
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…