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

Method set_dimensions

xarray/backends/zarr.py:972–976  ·  view source on GitHub ↗
(self, variables, unlimited_dims=None)

Source from the content-addressed store, hash-verified

970 return dimensions
971
972 def set_dimensions(self, variables, unlimited_dims=None):
973 if unlimited_dims is not None:
974 raise NotImplementedError(
975 "Zarr backend doesn't know how to handle unlimited dimensions"
976 )
977
978 def set_attributes(self, attributes):
979 _put_attrs(self.zarr_group, attributes)

Callers 1

storeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected