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

Method getPassword

syncplay/client.py:809–813  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

807 self.userlist.showUserList(altUI)
808
809 def getPassword(self):
810 if self.thisIsPublicServer():
811 return ""
812 else:
813 return self._serverPassword
814
815 def thisIsPublicServer(self):
816 self._publicServers = []

Callers 1

sendHelloMethod · 0.80

Calls 1

thisIsPublicServerMethod · 0.95

Tested by

no test coverage detected