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

Method _on_enter

lib/matplotlib/backends/backend_wx.py:848–854  ·  view source on GitHub ↗

Mouse has entered the window.

(self, event)

Source from the content-addressed store, hash-verified

846 guiEvent=event)._process()
847
848 def _on_enter(self, event):
849 """Mouse has entered the window."""
850 event.Skip()
851 LocationEvent("figure_enter_event", self,
852 *self._mpl_coords(event),
853 modifiers=self._mpl_modifiers(),
854 guiEvent=event)._process()
855
856 def _on_leave(self, event):
857 """Mouse has left the window."""

Callers

nothing calls this directly

Calls 4

_mpl_coordsMethod · 0.95
_mpl_modifiersMethod · 0.95
LocationEventClass · 0.90
_processMethod · 0.80

Tested by

no test coverage detected