Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ __str__
Method
__str__
xarray/core/datatree.py:886–887 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
884
return
datatree_repr(self)
885
886
def
__str__(self) -> str:
887
return
datatree_repr(self)
888
889
def
_repr_html_(self):
890
""
"Make html representation of datatree object"
""
Callers
1
test_render_nodetree
Method · 0.45
Calls
1
datatree_repr
Function · 0.90
Tested by
1
test_render_nodetree
Method · 0.36