Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ _get_all_dims
Method
_get_all_dims
xarray/core/datatree.py:2215–2219 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2213
)
2214
2215
def
_get_all_dims(self) -> set:
2216
all_dims: set[Any] = set()
2217
for
node in self.subtree:
2218
all_dims.update(node._node_dims)
2219
return
all_dims
2220
2221
def
reduce(
2222
self,
Callers
3
reduce
Method · 0.95
_selective_indexing
Method · 0.95
chunk
Method · 0.95
Calls
1
update
Method · 0.45
Tested by
no test coverage detected