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

Method updateReadyState

syncplay/ui/gui.py:865–871  ·  view source on GitHub ↗
(self, newState)

Source from the content-addressed store, hash-verified

863 pass
864
865 def updateReadyState(self, newState):
866 oldState = self.readyPushButton.isChecked()
867 if newState != oldState and newState is not None:
868 self.readyPushButton.blockSignals(True)
869 self.readyPushButton.setChecked(newState)
870 self.readyPushButton.blockSignals(False)
871 self.updateReadyIcon()
872
873 @needsClient
874 def playlistItemClicked(self, item):

Callers 2

addClientMethod · 0.95
showUserListMethod · 0.95

Calls 1

updateReadyIconMethod · 0.95

Tested by

no test coverage detected