Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ get_attrs
Method
get_attrs
xarray/backends/common.py:342–343 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
340
return
{}
341
342
def
get_attrs(self):
# pragma: no cover
343
raise
NotImplementedError()
344
345
def
get_variables(self):
# pragma: no cover
346
raise
NotImplementedError()
Callers
1
load
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected