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

Method _post_attach_children

xarray/core/treenode.py:235–237  ·  view source on GitHub ↗

Method call after attaching `children`.

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

Source from the content-addressed store, hash-verified

233 pass
234
235 def _post_attach_children(self, children: Mapping[str, Self]) -> None:
236 """Method call after attaching `children`."""
237 pass
238
239 def copy(self, *, inherit: bool = True, deep: bool = False) -> Self:
240 """

Callers 1

childrenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected