Subclasses should call this method whenever change events occur.
(self)
| 614 | class="st">""" |
| 615 | |
| 616 | def changed(self) -> None: |
| 617 | class="st">""class="st">"Subclasses should call this method whenever change events occur."class="st">"" |
| 618 | |
| 619 | for parent, key in self._parents.items(): |
| 620 | flag_modified(parent.obj(), key) |
| 621 | |
| 622 | @classmethod |
| 623 | def associate_with_attribute( |