Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _resize
Method
_resize
lib/matplotlib/widgets.py:1722–1723 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
1720
1721
@_call_with_reparented_event
1722
def
_resize(self, event):
1723
self.stop_typing()
1724
1725
@_call_with_reparented_event
1726
def
_motion(self, event):
Callers
nothing calls this directly
Calls
1
stop_typing
Method · 0.95
Tested by
no test coverage detected