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

Function test_short_data_repr_html

xarray/tests/test_formatting_html.py:114–116  ·  view source on GitHub ↗
(dataarray: xr.DataArray)

Source from the content-addressed store, hash-verified

112
113
114def test_short_data_repr_html(dataarray: xr.DataArray) -> None:
115 data_repr = fh.short_data_repr_html(dataarray)
116 assert data_repr.startswith("<pre>array")
117
118
119def test_short_data_repr_html_non_str_keys(dataset: xr.Dataset) -> None:

Callers

nothing calls this directly

Calls 1

startswithMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…