MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / changed

Method changed

lib/matplotlib/colorizer.py:603–609  ·  view source on GitHub ↗

Call this whenever the mappable is changed to notify all the callbackSM listeners to the 'changed' signal.

(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

processMethod · 0.80

Tested by

no test coverage detected