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

Function _get_indexes_dict

xarray/core/formatting.py:712–715  ·  view source on GitHub ↗
(indexes)

Source from the content-addressed store, hash-verified

710
711
712def _get_indexes_dict(indexes):
713 return {
714 tuple(index_vars.keys()): idx for idx, index_vars in indexes.group_by_index()
715 }
716
717
718@recursive_repr("<recursive array>")

Callers 3

array_reprFunction · 0.70
dataset_reprFunction · 0.70
_datatree_node_reprFunction · 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…