Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ dim_summary
Function
dim_summary
xarray/core/formatting.py:570–572 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
568
569
570
def
dim_summary(obj):
571
elements = [f
"{k}: {v}"
for
k, v in obj.sizes.items()]
572
return
", "
.join(elements)
573
574
575
def
_element_formatter(
Callers
1
diff_dim_summary
Function · 0.85
Calls
2
items
Method · 0.80
join
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…