MCPcopy Index your code
hub / github.com/python/cpython / fill_menu

Method fill_menu

Lib/idlelib/scrolledlist.py:121–122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119 # Methods to override for specific actions
120
121 def fill_menu(self):
122 pass
123
124 def on_select(self, index):
125 pass

Callers 1

make_menuMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected