Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ togglePause
Method
togglePause
syncplay/ui/gui.py:998–999 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
996
997
@needsClient
998
def
togglePause(self):
999
self._syncplayClient.setPaused(not self._syncplayClient.getPlayerPaused())
1000
1001
@needsClient
1002
def
play(self):
Callers
nothing calls this directly
Calls
2
getPlayerPaused
Method · 0.80
setPaused
Method · 0.45
Tested by
no test coverage detected