Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
25
def
xarray_html_only_repr(obj: XarrayTypes) -> str:
26
return
drop_fallback_text_repr(obj._repr_html_())
27
28
29
def
assert_consistent_text_and_html(
Callers
10
assert_consistent_text_and_html
Function · 0.85
test_repr_of_dataarray
Function · 0.85
test_repr_of_dataset
Function · 0.85
test_many_nodes
Method · 0.85
test_many_children_truncated
Method · 0.85
test_few_children_not_truncated
Method · 0.85
test_nested_children_truncated
Method · 0.85
test_node_item_count_displayed
Method · 0.85
test_collapsible_group_checkbox
Method · 0.85
test_inherited_section_present
Method · 0.85
Calls
2
drop_fallback_text_repr
Function · 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…