MCPcopy 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

wrapperMethod · 0.95
changeReadyStateMethod · 0.95
changeAutoplayStateMethod · 0.95
automaticUpdateCheckMethod · 0.95
sendLineMethod · 0.45
startedConnectingMethod · 0.45
clientConnectionLostMethod · 0.45
getCalculatedPositionMethod · 0.45
lineReceivedMethod · 0.45
_createIntfFolderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected