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

Method _on_leave

lib/matplotlib/backends/backend_wx.py:856–862  ·  view source on GitHub ↗

Mouse has left the window.

(self, event)

Source from the content-addressed store, hash-verified

854 guiEvent=event)._process()
855
856 def _on_leave(self, event):
857 """Mouse has left the window."""
858 event.Skip()
859 LocationEvent("figure_leave_event", self,
860 *self._mpl_coords(event),
861 modifiers=self._mpl_modifiers(),
862 guiEvent=event)._process()
863
864
865class FigureCanvasWx(_FigureCanvasWxBase):

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