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

Method notifyStopped

Tools/unittestgui/unittestgui.py:377–380  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

375 self.top.update_idletasks()
376
377 def notifyStopped(self):
378 self.stopGoButton.config(state=tk.DISABLED)
379 #self.stopGoButton.config(command=self.runClicked, text="Start")
380 self.statusVar.set("Idle")
381
382 def notifyTestStarted(self, test):
383 self.statusVar.set(str(test))

Callers

nothing calls this directly

Calls 2

configMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected