Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColdGrub1384/Pyto
/ _resize
Method
_resize
site-packages/matplotlib/widgets.py:892–893 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
890
self.position_cursor(event.x)
891
892
def
_resize(self, event):
893
self.stop_typing()
894
895
def
_motion(self, event):
896
if
self.ignore(event):
Callers
nothing calls this directly
Calls
1
stop_typing
Method · 0.95
Tested by
no test coverage detected