Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ __repr__
Method
__repr__
xarray/namedarray/core.py:961–962 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
959
)
960
961
def
__repr__(self) -> str:
962
return
formatting.array_repr(self)
963
964
def
_repr_html_(self) -> str:
965
return
formatting_html.array_repr(self)
Callers
1
test_repr
Function · 0.95
Calls
no outgoing calls
Tested by
1
test_repr
Function · 0.76