Method call after attaching `children`.
(self, children: Mapping[str, Self])
| 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 | """ |