(self)
| 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" |
nothing calls this directly
no test coverage detected