(self)
| 1042 | ) |
| 1043 | |
| 1044 | def autoplayTimerIsRunning(self): |
| 1045 | return self.autoplayTimer.running |
| 1046 | |
| 1047 | def startAutoplayCountdown(self): |
| 1048 | if self.autoplayConditionsMet() and not self.autoplayTimer.running: |
no outgoing calls
no test coverage detected