Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_keypress
Method · 0.95
set_val
Method · 0.95
stop_typing
Method · 0.95
Calls
2
func
Function · 0.50
items
Method · 0.45
Tested by
no test coverage detected