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

Method _repr_html_

xarray/namedarray/core.py:964–965  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

962 return formatting.array_repr(self)
963
964 def _repr_html_(self) -> str:
965 return formatting_html.array_repr(self)
966
967 def _as_sparse(
968 self,

Callers 1

test_reprFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_reprFunction · 0.76