MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _on_scroll

Method _on_scroll

lib/matplotlib/widgets.py:2535–2536  ·  view source on GitHub ↗

Mouse scroll event handler.

(self, event)

Source from the content-addressed store, hash-verified

2533 self._on_scroll(event)
2534
2535 def _on_scroll(self, event):
2536 """Mouse scroll event handler."""
2537
2538 @_call_with_reparented_event
2539 def on_key_press(self, event):

Callers 1

on_scrollMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected