MCPcopy 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