Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _onmove
Method
_onmove
lib/matplotlib/widgets.py:2526–2527 ·
view source on GitHub ↗
Cursor move event handler.
(self, event)
Source
from the content-addressed store, hash-verified
2524
return
False
2525
2526
def
_onmove(self, event):
2527
""
"Cursor move event handler."
""
2528
2529
@_call_with_reparented_event
2530
def
on_scroll(self, event):
Callers
1
onmove
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected