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

Method __init__

syncplay/client.py:1374–1379  ·  view source on GitHub ↗
(self, ui, client)

Source from the content-addressed store, hash-verified

1372
1373class SyncplayUserlist(object):
1374 def __init__(self, ui, client):
1375 self.currentUser = SyncplayUser()
1376 self._users = {}
1377 self.ui = ui
1378 self._client = client
1379 self._roomUsersChanged = True
1380
1381 def isReadinessSupported(self, requiresOtherUsers=True):
1382 if not utils.meetsMinVersion(self._client.serverVersion, constants.USER_READY_MIN_VERSION):

Callers

nothing calls this directly

Calls 1

SyncplayUserClass · 0.85

Tested by

no test coverage detected