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

Method errorbox

Lib/idlelib/runscript.py:204–208  ·  view source on GitHub ↗
(self, title, message)

Source from the content-addressed store, hash-verified

202 return confirm
203
204 def errorbox(self, title, message):
205 # XXX This should really be a function of EditorWindow...
206 messagebox.showerror(title, message, parent=self.editwin.text)
207 self.editwin.text.focus_set()
208 self.perf = time.perf_counter()
209
210
211if __name__ == "__main__":

Callers 2

tabnannyMethod · 0.95
checksyntaxMethod · 0.95

Calls 2

showerrorMethod · 0.45
focus_setMethod · 0.45

Tested by

no test coverage detected