MCPcopy 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

onmoveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected