Method call before attaching to `parent`.
(self, parent: Self, name: str)
| 510 | pass |
| 511 | |
| 512 | def _pre_attach(self, parent: Self, name: str) -> None: |
| 513 | """Method call before attaching to `parent`.""" |
| 514 | pass |
| 515 | |
| 516 | def _post_attach(self, parent: Self, name: str) -> None: |
| 517 | """Method call after attaching to `parent`.""" |