MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / stop

Method stop

PySimpleGUI/PySimpleGUI.py:9800–9804  ·  view source on GitHub ↗

Stops a timer

(self)

Source from the content-addressed store, hash-verified

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# ------------------------------------------------------------------------- #

Callers 3

Demo_Google_TTS.pyFile · 0.80
speakFunction · 0.80
stop_timer_with_idMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected