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

Method display_executing_dialog

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

Source from the content-addressed store, hash-verified

829 parent=self.tkconsole.text)
830
831 def display_executing_dialog(self):
832 messagebox.showerror(
833 "Already executing",
834 "The Python Shell window is already executing a command; "
835 "please wait until it is finished.",
836 parent=self.tkconsole.text)
837
838
839class PyShell(OutputWindow):

Callers 1

runcommandMethod · 0.95

Calls 1

showerrorMethod · 0.45

Tested by

no test coverage detected