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

Method setOthersReadiness

syncplay/client.py:983–984  ·  view source on GitHub ↗
(self, username, newReadyStatus)

Source from the content-addressed store, hash-verified

981
982 @requireServerFeature("setOthersReadiness")
983 def setOthersReadiness(self, username, newReadyStatus):
984 self._protocol.setReady(newReadyStatus, True, username)
985
986 def sendFeaturesUpdate(self, features):
987 self._protocol.sendFeaturesUpdate(features)

Callers 2

executeCommandMethod · 0.80
openRoomMenuMethod · 0.80

Calls 1

setReadyMethod · 0.45

Tested by

no test coverage detected