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

Method endexecuting

Lib/idlelib/pyshell.py:1094–1098  ·  view source on GitHub ↗

Helper for ModifiedInterpreter

(self)

Source from the content-addressed store, hash-verified

1092 self.executing = True
1093
1094 def endexecuting(self):
1095 "Helper for ModifiedInterpreter"
1096 self.executing = False
1097 self.canceled = False
1098 self.showprompt()
1099
1100 def close(self):
1101 "Extend EditorWindow.close()"

Callers 2

poll_subprocessMethod · 0.80
runcodeMethod · 0.80

Calls 1

showpromptMethod · 0.95

Tested by

no test coverage detected