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

Method _pre_attach_children

xarray/core/treenode.py:231–233  ·  view source on GitHub ↗

Method call before attaching `children`.

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

Source from the content-addressed store, hash-verified

229 pass
230
231 def _pre_attach_children(self, children: Mapping[str, Self]) -> None:
232 """Method call before attaching `children`."""
233 pass
234
235 def _post_attach_children(self, children: Mapping[str, Self]) -> None:
236 """Method call after attaching `children`."""

Callers 1

childrenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected