MCPcopy 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
570def dim_summary(obj):
571 elements = [f"{k}: {v}" for k, v in obj.sizes.items()]
572 return ", ".join(elements)
573
574
575def _element_formatter(

Callers 1

diff_dim_summaryFunction · 0.85

Calls 2

itemsMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…