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

Method setUserFeatures

syncplay/client.py:1101–1103  ·  view source on GitHub ↗
(self, username, features)

Source from the content-addressed store, hash-verified

1099
1100 @requireServerFeature("managedRooms")
1101 def setUserFeatures(self, username, features):
1102 self.userlist.setFeatures(username, features)
1103 self.ui.userListChange()
1104
1105 @requireServerFeature("managedRooms")
1106 def createControlledRoom(self, roomName):

Callers 1

handleSetMethod · 0.80

Calls 2

setFeaturesMethod · 0.45
userListChangeMethod · 0.45

Tested by

no test coverage detected