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

Method _on_key_press

lib/matplotlib/widgets.py:2560–2561  ·  view source on GitHub ↗

Key press event handler - for widget-specific key press actions.

(self, event)

Source from the content-addressed store, hash-verified

2558 self._on_key_press(event)
2559
2560 def _on_key_press(self, event):
2561 """Key press event handler - for widget-specific key press actions."""
2562
2563 @_call_with_reparented_event
2564 def on_key_release(self, event):

Callers 1

on_key_pressMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected