Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ showDebugMessage
Method
showDebugMessage
syncplay/ui/gui.py:932–933 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
930
pass
931
932
def
showDebugMessage(self, message):
933
print(message)
934
935
def
showErrorMessage(self, message, criticalerror=False):
936
message = str(message)
Callers
15
wrapper
Method · 0.95
_isTryingToChangeToCurrentFile
Method · 0.95
changeReadyState
Method · 0.95
changeAutoplayState
Method · 0.95
automaticUpdateCheck
Method · 0.95
sendLine
Method · 0.45
startedConnecting
Method · 0.45
clientConnectionLost
Method · 0.45
clientConnectionFailed
Method · 0.45
getCalculatedPosition
Method · 0.45
lineReceived
Method · 0.45
_createIntfFolder
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected