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

Method notifyStopped

Tools/unittestgui/unittestgui.py:125–127  ·  view source on GitHub ↗

Override to set GUI in 'stopped' mode, enabling 'run' button etc.

(self)

Source from the content-addressed store, hash-verified

123 pass
124
125 def notifyStopped(self):
126 "Override to set GUI in 'stopped' mode, enabling 'run' button etc."
127 pass
128
129 def notifyTestFailed(self, test, err):
130 "Override to indicate that a test has just failed"

Callers 1

runClickedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected