MCPcopy
hub / github.com/pydata/xarray / _pre_detach_children

Method _pre_detach_children

xarray/core/treenode.py:223–225  ·  view source on GitHub ↗

Method call before detaching `children`.

(self, children: Mapping[str, Self])

Source from the content-addressed store, hash-verified

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`."""
225 pass
226
227 def _post_detach_children(self, children: Mapping[str, Self]) -> None:
228 """Method call after detaching `children`."""

Callers 1

childrenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected