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

Method toggleReady

syncplay/client.py:1077–1078  ·  view source on GitHub ↗
(self, manuallyInitiated=True)

Source from the content-addressed store, hash-verified

1075
1076 @requireServerFeature("readiness")
1077 def toggleReady(self, manuallyInitiated=True):
1078 self._protocol.setReady(not self.userlist.currentUser.isReady(), manuallyInitiated)
1079
1080 @requireServerFeature("readiness")
1081 def changeReadyState(self, newState, manuallyInitiated=True):

Callers 3

_toggleReadyMethod · 0.95
changeReadyStateMethod · 0.95
executeCommandMethod · 0.80

Calls 2

setReadyMethod · 0.45
isReadyMethod · 0.45

Tested by

no test coverage detected