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

Method _repr_html_

xarray/core/dataset.py:2433–2436  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2431 return formatting.dataset_repr(self)
2432
2433 def _repr_html_(self) -> str:
2434 if OPTIONS["display_style"] == "text":
2435 return f"<pre>{escape(repr(self))}</pre>"
2436 return formatting_html.dataset_repr(self)
2437
2438 def info(self, buf: IO | None = None) -> None:
2439 """

Callers 15

time_repr_htmlMethod · 0.45
time_repr_htmlMethod · 0.45
time_repr_htmlMethod · 0.45
time_repr_htmlMethod · 0.45
time_repr_htmlMethod · 0.45
short_data_repr_htmlFunction · 0.45
short_index_repr_htmlFunction · 0.45
xarray_html_only_reprFunction · 0.45
test_variable_repr_htmlFunction · 0.45

Calls

no outgoing calls