Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ exitSyncplay
Method
exitSyncplay
syncplay/ui/gui.py:1023–1024 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1021
self.showErrorMessage(getMessage(
"reconnect-failed-error"
).format(str(e)))
1022
1023
def
exitSyncplay(self):
1024
self._syncplayClient.stop()
1025
1026
def
closeEvent(self, event):
1027
self.exitSyncplay()
Callers
1
closeEvent
Method · 0.95
Calls
1
stop
Method · 0.80
Tested by
no test coverage detected