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

Method errorDialog

Tools/unittestgui/unittestgui.py:67–69  ·  view source on GitHub ↗

Override to display an error arising from GUI usage

(self, title, message)

Source from the content-addressed store, hash-verified

65 self.initGUI(*args, **kwargs)
66
67 def errorDialog(self, title, message):
68 "Override to display an error arising from GUI usage"
69 pass
70
71 def getDirectoryToDiscover(self):
72 "Override to prompt user for directory to perform test discovery"

Callers 2

runClickedMethod · 0.95
discoverClickedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected