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

Method save

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

Source from the content-addressed store, hash-verified

488
489 # The save/open methods may be overwritten below
490 def save(self, dataset, path, **kwargs):
491 return dataset.to_netcdf(
492 path, engine=self.engine, format=self.file_format, **kwargs
493 )
494
495 @contextlib.contextmanager
496 def open(self, path, **kwargs):

Callers 2

roundtripMethod · 0.95
roundtrip_appendMethod · 0.95

Calls 1

to_netcdfMethod · 0.45

Tested by

no test coverage detected