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

Method children

xarray/core/treenode.py:164–166  ·  view source on GitHub ↗

Child nodes of this node, stored under a mapping via their names.

(self)

Source from the content-addressed store, hash-verified

162
163 @property
164 def children(self) -> Mapping[str, Self]:
165 """Child nodes of this node, stored under a mapping via their names."""
166 return Frozen(self._children)
167
168 @children.setter
169 def children(self, children: Mapping[str, Self]) -> None:

Callers

nothing calls this directly

Calls 10

_check_childrenMethod · 0.95
_pre_attach_childrenMethod · 0.95
_post_attach_childrenMethod · 0.95
_pre_detach_childrenMethod · 0.95
_post_detach_childrenMethod · 0.95
FrozenClass · 0.90
itemsMethod · 0.80
_set_parentMethod · 0.80
orphanMethod · 0.80
valuesMethod · 0.45

Tested by

no test coverage detected