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

Method fill_menu

Lib/idlelib/debugger.py:470–476  ·  view source on GitHub ↗

Override base method.

(self)

Source from the content-addressed store, hash-verified

468 return ScrolledList.popup_event(self, event)
469
470 def fill_menu(self):
471 "Override base method."
472 menu = self.menu
473 menu.add_command(label="Go to source line",
474 command=self.goto_source_line)
475 menu.add_command(label="Show stack frame",
476 command=self.show_stack_frame)
477
478 def on_select(self, index):
479 "Override base method."

Callers

nothing calls this directly

Calls 1

add_commandMethod · 0.80

Tested by

no test coverage detected