MCPcopy Create free account
hub / github.com/Syncplay/syncplay / showDebugMessage

Method showDebugMessage

syncplay/client.py:1708–1710  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

1706 self.__ui.setFeatures(featureList)
1707
1708 def showDebugMessage(self, message):
1709 if constants.DEBUG_MODE and message.rstrip():
1710 sys.stderr.write("{}{}\n".format(time.strftime(constants.UI_TIME_FORMAT, time.localtime()), message.rstrip()))
1711
1712 def showChatMessage(self, username, userMessage):
1713 messageString = "<{}> {}".format(username, userMessage)

Callers 15

__init__Method · 0.45
doubleCheckRewindFileMethod · 0.45
_toggleReadyMethod · 0.45
eofReportedByPlayerMethod · 0.45
setPositionMethod · 0.45
startMethod · 0.45
wrapperMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected