Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _press
Method
_press
lib/matplotlib/widgets.py:2498–2499 ·
view source on GitHub ↗
Button press event handler.
(self, event)
Source
from the content-addressed store, hash-verified
2496
return
False
2497
2498
def
_press(self, event):
2499
""
"Button press event handler."
""
2500
2501
@_call_with_reparented_event
2502
def
release(self, event):
Callers
1
press
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected