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

Method areAllOtherUsersInRoomReady

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

Source from the content-addressed store, hash-verified

1548 return True
1549
1550 def areAllOtherUsersInRoomReady(self):
1551 for user in self._users.values():
1552 if user.room == self.currentUser.room and user.isReadyWithFile() == False:
1553 return False
1554 return True
1555
1556 def readyUserCount(self):
1557 readyCount = 0

Callers 1

Calls 1

isReadyWithFileMethod · 0.45

Tested by

no test coverage detected