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

Method set_attributes

xarray/backends/zarr.py:978–979  ·  view source on GitHub ↗
(self, attributes)

Source from the content-addressed store, hash-verified

976 )
977
978 def set_attributes(self, attributes):
979 _put_attrs(self.zarr_group, attributes)
980
981 def encode_variable(self, variable, name=None):
982 variable = encode_zarr_variable(variable, name=name)

Callers 1

storeMethod · 0.95

Calls 1

_put_attrsFunction · 0.85

Tested by

no test coverage detected