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

Method showMessage

syncplay/ui/gui.py:52–53  ·  view source on GitHub ↗
(self, message, noTimestamp=False, isMotd=False)

Source from the content-addressed store, hash-verified

50
51class ConsoleInGUI(ConsoleUI):
52 def showMessage(self, message, noTimestamp=False, isMotd=False):
53 self._syncplayClient.ui.showMessage(message, noTimestamp=True, isMotd=isMotd)
54
55 def showDebugMessage(self, message):
56 self._syncplayClient.ui.showDebugMessage(message)

Callers

nothing calls this directly

Calls 1

showMessageMethod · 0.45

Tested by

no test coverage detected