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