MCPcopy Index your code
hub / github.com/pydata/xarray / diff_name_summary

Function diff_name_summary

xarray/core/formatting.py:837–841  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

835
836
837def diff_name_summary(a, b) -> str:
838 if a.name != b.name:
839 return f"Differing names:\n {a.name!r} != {b.name!r}"
840 else:
841 return ""
842
843
844def diff_dim_summary(a, b) -> str:

Callers 1

diff_datatree_reprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…