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

Method _post_detach_children

xarray/core/treenode.py:227–229  ·  view source on GitHub ↗

Method call after detaching `children`.

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

Source from the content-addressed store, hash-verified

225 pass
226
227 def _post_detach_children(self, children: Mapping[str, Self]) -> None:
228 """Method call after detaching `children`."""
229 pass
230
231 def _pre_attach_children(self, children: Mapping[str, Self]) -> None:
232 """Method call before attaching `children`."""

Callers 1

childrenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected