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

Method encode_attribute

xarray/backends/zarr.py:985–986  ·  view source on GitHub ↗
(self, a)

Source from the content-addressed store, hash-verified

983 return variable
984
985 def encode_attribute(self, a):
986 return encode_zarr_attr_value(a)
987
988 def store(
989 self,

Callers 1

set_variablesMethod · 0.95

Calls 1

encode_zarr_attr_valueFunction · 0.85

Tested by

no test coverage detected