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

Method setSSLMode

syncplay/client.py:1720–1721  ·  view source on GitHub ↗
(self, sslMode, sslInformation="")

Source from the content-addressed store, hash-verified

1718 self.__ui.showMessage(messageString)
1719
1720 def setSSLMode(self, sslMode, sslInformation=""):
1721 self.__ui.setSSLMode(sslMode, sslInformation)
1722
1723 def showMessage(self, message, noPlayer=False, noTimestamp=False, OSDType=constants.OSD_NOTIFICATION, mood=constants.MESSAGE_NEUTRAL, isMotd=False):
1724 if not noPlayer:

Callers 2

handshakeCompletedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected