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

Method pchanged

lib/matplotlib/artist.py:443–454  ·  view source on GitHub ↗

Call all of the registered callbacks. This function is triggered internally when a property is changed. See Also -------- add_callback remove_callback

(self)

Source from the content-addressed store, hash-verified

441 self._callbacks.disconnect(oid)
442
443 def pchanged(self):
444 """
445 Call all of the registered callbacks.
446
447 This function is triggered internally when a property is changed.
448
449 See Also
450 --------
451 add_callback
452 remove_callback
453 """
454 self._callbacks.process("pchanged")
455
456 def is_transform_set(self):
457 """

Callers 14

set_transformMethod · 0.95
set_figureMethod · 0.95
set_clip_boxMethod · 0.95
set_clip_pathMethod · 0.95
set_clip_onMethod · 0.95
set_alphaMethod · 0.95
_set_alpha_for_arrayMethod · 0.95
set_visibleMethod · 0.95
set_animatedMethod · 0.95
set_labelMethod · 0.95
set_zorderMethod · 0.95
update_fromMethod · 0.95

Calls 1

processMethod · 0.80

Tested by 1

test_callbacksFunction · 0.76