Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/xarray
/ encode_nc3_attrs
Function
encode_nc3_attrs
xarray/backends/netcdf3.py:102–103 ·
view source on GitHub ↗
(attrs)
Source
from the content-addressed store, hash-verified
100
101
102
def
encode_nc3_attrs(attrs):
103
return
{k: encode_nc3_attr_value(v)
for
k, v in attrs.items()}
104
105
106
def
_maybe_prepare_times(var):
Callers
1
encode_nc3_variable
Function · 0.85
Calls
2
encode_nc3_attr_value
Function · 0.85
items
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…