Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Syncplay/syncplay
/ sendSet
Method
sendSet
syncplay/protocols.py:598–599 ·
view source on GitHub ↗
(self, setting)
Source
from the content-addressed store, hash-verified
596
self._watcher.setFeatures(set_[1])
597
598
def
sendSet(self, setting):
599
self.sendMessage({
"Set"
: setting})
600
601
def
sendNewControlledRoom(self, roomName, password):
602
self.sendSet({
Callers
7
sendFeaturesUpdate
Method · 0.95
sendNewControlledRoom
Method · 0.95
sendControlledRoomAuthStatus
Method · 0.95
sendSetReady
Method · 0.95
setPlaylist
Method · 0.95
setPlaylistIndex
Method · 0.95
sendUserSetting
Method · 0.95
Calls
1
sendMessage
Method · 0.80
Tested by
no test coverage detected