Stops a timer
(self)
| 9798 | _TimerPeriodic.active_timers[self.id] = self |
| 9799 | |
| 9800 | def stop(self): |
| 9801 | """ |
| 9802 | Stops a timer |
| 9803 | """ |
| 9804 | self.running = False |
| 9805 | |
| 9806 | |
| 9807 | # ------------------------------------------------------------------------- # |
no outgoing calls
no test coverage detected