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

Method notifyRunning

Tools/unittestgui/unittestgui.py:121–123  ·  view source on GitHub ↗

Override to set GUI in 'running' mode, enabling 'stop' button etc.

(self)

Source from the content-addressed store, hash-verified

119 pass
120
121 def notifyRunning(self):
122 "Override to set GUI in 'running' mode, enabling 'stop' button etc."
123 pass
124
125 def notifyStopped(self):
126 "Override to set GUI in 'stopped' mode, enabling 'run' button etc."

Callers 1

runClickedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected