Call this whenever the norm is changed to notify all the callback listeners to the 'changed' signal.
(self)
| 3460 | self._changed() |
| 3461 | |
| 3462 | def _changed(self): |
| 3463 | """ |
| 3464 | Call this whenever the norm is changed to notify all the |
| 3465 | callback listeners to the 'changed' signal. |
| 3466 | """ |
| 3467 | self.callbacks.process('changed') |
| 3468 | |
| 3469 | def __call__(self, values, clip=None): |
| 3470 | """ |