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

Method errorDialog

Tools/unittestgui/unittestgui.py:359–361  ·  view source on GitHub ↗
(self, title, message)

Source from the content-addressed store, hash-verified

357 self.errorListbox.configure(yscrollcommand=listScroll.set)
358
359 def errorDialog(self, title, message):
360 messagebox.showerror(parent=self.root, title=title,
361 message=message)
362
363 def notifyRunning(self):
364 self.runCountVar.set(0)

Callers

nothing calls this directly

Calls 1

showerrorMethod · 0.45

Tested by

no test coverage detected