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