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

Method _release

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

Source from the content-addressed store, hash-verified

268
269 @_call_with_reparented_event
270 def _release(self, event):
271 if self.ignore(event) or event.canvas.mouse_grabber != self.ax:
272 return
273 event.canvas.release_mouse(self.ax)
274 if self.eventson and self.ax.contains(event)[0]:
275 self._observers.process('clicked', event)
276
277 @_call_with_reparented_event
278 def _motion(self, event):

Callers

nothing calls this directly

Calls 4

release_mouseMethod · 0.80
processMethod · 0.80
ignoreMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected