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

Method getUsername

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

Source from the content-addressed store, hash-verified

724 self.userlist.currentUser.username = "Anonymous" + str(random_number) # Not localised as this would give away locale
725
726 def getUsername(self):
727 return self.userlist.currentUser.username
728
729 def chatIsEnabled(self):
730 return True

Callers 8

_serverPausedMethod · 0.95
_serverSeekedMethod · 0.95
changePlaylistMethod · 0.80
sendHelloMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected