Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Syncplay/syncplay
/ showDebugMessage
Method
showDebugMessage
syncplay/protocols.py:80–81 ·
view source on GitHub ↗
(self, line)
Source
from the content-addressed store, hash-verified
78
self._pingService = PingService()
79
80
def
showDebugMessage(self, line):
81
self._client.ui.showDebugMessage(line)
82
83
def
connectionMade(self):
84
self.hadFirstPlaylistIndex = False
Callers
3
lineReceived
Method · 0.45
sendMessage
Method · 0.45
customHandshakeCallback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected