Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ __repr__
Method
__repr__
xarray/core/treenode.py:220–221 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
218
)
219
220
def
__repr__(self) -> str:
221
return
f
"TreeNode(children={dict(self._children)})"
222
223
def
_pre_detach_children(self, children: Mapping[str, Self]) -> None:
224
""
"Method call before detaching `children`."
""
Callers
1
__repr__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected