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

Method debug_menu_postcommand

Lib/idlelib/pyshell.py:1085–1087  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1083 self.set_debugger_indicator()
1084
1085 def debug_menu_postcommand(self):
1086 state = 'disabled' if self.executing else 'normal'
1087 self.update_menu_state('debug', '*tack*iewer', state)
1088
1089 def beginexecuting(self):
1090 "Helper for ModifiedInterpreter"

Callers

nothing calls this directly

Calls 1

update_menu_stateMethod · 0.80

Tested by

no test coverage detected