MCPcopy 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

selectMethod · 0.95
on_doubleMethod · 0.95
indexMethod · 0.45

Tested by

no test coverage detected