Need to stop timer and possibly disconnect timer.
(self)
| 1074 | self.single_shot = False |
| 1075 | |
| 1076 | def __del__(self): |
| 1077 | """Need to stop timer and possibly disconnect timer.""" |
| 1078 | self._timer_stop() |
| 1079 | |
| 1080 | def start(self): |
| 1081 | """Start the timer.""" |
nothing calls this directly
no test coverage detected