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

Method beginexecuting

Lib/idlelib/pyshell.py:1089–1092  ·  view source on GitHub ↗

Helper for ModifiedInterpreter

(self)

Source from the content-addressed store, hash-verified

1087 self.update_menu_state('debug', '*tack*iewer', state)
1088
1089 def beginexecuting(self):
1090 "Helper for ModifiedInterpreter"
1091 self.resetoutput()
1092 self.executing = True
1093
1094 def endexecuting(self):
1095 "Helper for ModifiedInterpreter"

Callers 1

runcodeMethod · 0.80

Calls 1

resetoutputMethod · 0.95

Tested by

no test coverage detected