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

Method stopClicked

Tools/unittestgui/unittestgui.py:89–92  ·  view source on GitHub ↗

To be called in response to user stopping the running of a test

(self)

Source from the content-addressed store, hash-verified

87 self.notifyStopped()
88
89 def stopClicked(self):
90 "To be called in response to user stopping the running of a test"
91 if self.currentResult:
92 self.currentResult.stop()
93
94 def discoverClicked(self):
95 self.__rollbackImporter.rollbackImports()

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected