Update dependent objects after a location change. All dependent objects (but not nodes!) referencing this node must be updated here.
(self)
| 455 | pass |
| 456 | |
| 457 | def _g_update_dependent(self) -> None: |
| 458 | """Update dependent objects after a location change. |
| 459 | |
| 460 | All dependent objects (but not nodes!) referencing this node |
| 461 | must be updated here. |
| 462 | |
| 463 | """ |
| 464 | if "_v_attrs" in self.__dict__: |
| 465 | self._v_attrs._g_update_node_location(self) |
| 466 | |
| 467 | def _f_close(self) -> None: |
| 468 | """Close this node in the tree. |
no test coverage detected