MCPcopy
hub / github.com/pydata/xarray / _get_indexes_dict

Function _get_indexes_dict

xarray/core/formatting_html.py:296–299  ·  view source on GitHub ↗
(indexes)

Source from the content-addressed store, hash-verified

294
295
296def _get_indexes_dict(indexes):
297 return {
298 tuple(index_vars.keys()): idx for idx, index_vars in indexes.group_by_index()
299 }
300
301
302def _sections_repr(sections: list[str]) -> str:

Callers 3

array_reprFunction · 0.70
dataset_reprFunction · 0.70
_datatree_node_sectionsFunction · 0.70

Calls 2

keysMethod · 0.80
group_by_indexMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…