Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_variables
Method · 0.95
Calls
1
encode_zarr_attr_value
Function · 0.85
Tested by
no test coverage detected