(self)
| 432 | |
| 433 | @property |
| 434 | def badShutdownShown(self): |
| 435 | if self._badShutdownShown: |
| 436 | return True |
| 437 | else: |
| 438 | self._badShutdownShown = True |
| 439 | return False |
| 440 | |
| 441 | def checkForcedUpdate(self): |
| 442 | latestInfo = self.checkSoftwareVersion() |
nothing calls this directly
no outgoing calls
no test coverage detected