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

Function diff_coords_repr

xarray/core/formatting.py:967–977  ·  view source on GitHub ↗
(a, b, compat, col_width=None)

Source from the content-addressed store, hash-verified

965
966
967def diff_coords_repr(a, b, compat, col_width=None):
968 return _diff_mapping_repr(
969 a,
970 b,
971 compat,
972 "Coordinates",
973 summarize_variable,
974 col_width=col_width,
975 a_indexes=a.xindexes,
976 b_indexes=b.xindexes,
977 )
978
979
980diff_data_vars_repr = functools.partial(

Callers 2

diff_array_reprFunction · 0.85
diff_dataset_reprFunction · 0.85

Calls 1

_diff_mapping_reprFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…