MCPcopy Create free account
hub / github.com/Syncplay/syncplay / stopAutoplayCountdown

Method stopAutoplayCountdown

syncplay/client.py:1052–1055  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1050 self.autoplayTimer.start(1)
1051
1052 def stopAutoplayCountdown(self):
1053 if self.autoplayTimer.running:
1054 self.autoplayTimer.stop()
1055 self.autoplayTimeLeft = constants.AUTOPLAY_DELAY
1056
1057 def autoplayCountdown(self):
1058 if not self.autoplayConditionsMet():

Callers 3

autoplayCheckMethod · 0.95
autoplayCountdownMethod · 0.95
resetAutoPlayStateMethod · 0.95

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected