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

Method startAutoplayCountdown

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

Source from the content-addressed store, hash-verified

1045 return self.autoplayTimer.running
1046
1047 def startAutoplayCountdown(self):
1048 if self.autoplayConditionsMet() and not self.autoplayTimer.running:
1049 self.autoplayTimeLeft = constants.AUTOPLAY_DELAY
1050 self.autoplayTimer.start(1)
1051
1052 def stopAutoplayCountdown(self):
1053 if self.autoplayTimer.running:

Callers 1

autoplayCheckMethod · 0.95

Calls 2

autoplayConditionsMetMethod · 0.95
startMethod · 0.80

Tested by

no test coverage detected