MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / _notify_submit_observers

Method _notify_submit_observers

site-packages/matplotlib/widgets.py:763–765  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

761 self.ax.figure.canvas.draw()
762
763 def _notify_submit_observers(self):
764 for cid, func in self.submit_observers.items():
765 func(self.text)
766
767 def _release(self, event):
768 if self.ignore(event):

Callers 3

_keypressMethod · 0.95
set_valMethod · 0.95
stop_typingMethod · 0.95

Calls 2

funcFunction · 0.50
itemsMethod · 0.45

Tested by

no test coverage detected