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

Method mouse_move

lib/matplotlib/backend_bases.py:3106–3108  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

3104 return ""
3105
3106 def mouse_move(self, event):
3107 self._update_cursor(event)
3108 self.set_message(self._mouse_event_to_message(event))
3109
3110 def _zoom_pan_handler(self, event):
3111 if self.mode == _Mode.PAN:

Callers

nothing calls this directly

Calls 3

_update_cursorMethod · 0.95
set_messageMethod · 0.95

Tested by

no test coverage detected