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

Method _release

lib/matplotlib/widgets.py:2514–2515  ·  view source on GitHub ↗

Button release event handler.

(self, event)

Source from the content-addressed store, hash-verified

2512 return False
2513
2514 def _release(self, event):
2515 """Button release event handler."""
2516
2517 @_call_with_reparented_event
2518 def onmove(self, event):

Callers 1

releaseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected