Call this whenever the mappable is changed to notify all the callbackSM listeners to the 'changed' signal.
(self)
| 601 | return self._A |
| 602 | |
| 603 | def changed(self): |
| 604 | """ |
| 605 | Call this whenever the mappable is changed to notify all the |
| 606 | callbackSM listeners to the 'changed' signal. |
| 607 | """ |
| 608 | self.callbacks.process('changed', self) |
| 609 | self.stale = True |
| 610 | |
| 611 | @staticmethod |
| 612 | def _check_exclusionary_keywords(colorizer, **kwargs): |