Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ get_parent_dimensions
Method
get_parent_dimensions
xarray/backends/common.py:339–340 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
337
raise
NotImplementedError()
338
339
def
get_parent_dimensions(self):
# pragma: no cover
340
return
{}
341
342
def
get_attrs(self):
# pragma: no cover
343
raise
NotImplementedError()
Callers
1
set_dimensions
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected