Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ double_click_event
Method
double_click_event
Lib/idlelib/scrolledlist.py:63–67 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
61
return
"break"
62
63
def
double_click_event(self, event):
64
index = self.listbox.index(
"active"
)
65
self.select(index)
66
self.on_double(index)
67
return
"break"
68
69
menu = None
70
Callers
nothing calls this directly
Calls
3
select
Method · 0.95
on_double
Method · 0.95
index
Method · 0.45
Tested by
no test coverage detected