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

Function xarray_html_only_repr

xarray/tests/test_formatting_html.py:25–26  ·  view source on GitHub ↗
(obj: XarrayTypes)

Source from the content-addressed store, hash-verified

23
24
25def xarray_html_only_repr(obj: XarrayTypes) -> str:
26 return drop_fallback_text_repr(obj._repr_html_())
27
28
29def assert_consistent_text_and_html(

Calls 2

drop_fallback_text_reprFunction · 0.85
_repr_html_Method · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…