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

Method _release

lib/matplotlib/widgets.py:1615–1620  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

1613
1614 @_call_with_reparented_event
1615 def _release(self, event):
1616 if self.ignore(event):
1617 return
1618 if event.canvas.mouse_grabber != self.ax:
1619 return
1620 event.canvas.release_mouse(self.ax)
1621
1622 @_call_with_reparented_event
1623 def _keypress(self, event):

Callers

nothing calls this directly

Calls 2

release_mouseMethod · 0.80
ignoreMethod · 0.45

Tested by

no test coverage detected