Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ make_menu
Method
make_menu
Lib/idlelib/scrolledlist.py:81–84 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
79
return
"break"
80
81
def
make_menu(self):
82
menu = Menu(self.listbox, tearoff=0)
83
self.menu = menu
84
self.fill_menu()
85
86
def
up_event(self, event):
87
index = self.listbox.index(
"active"
)
Callers
1
popup_event
Method · 0.95
Calls
2
fill_menu
Method · 0.95
Menu
Class · 0.85
Tested by
no test coverage detected