MCPcopy Index your code
hub / github.com/Syncplay/syncplay / sendFeaturesToPlayer

Method sendFeaturesToPlayer

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

Source from the content-addressed store, hash-verified

657 self.checkForFeatureSupport(featureList)
658
659 def sendFeaturesToPlayer(self):
660 self._player.setFeatures(self.serverFeatures)
661
662 def checkForFeatureSupport(self, featureList):
663 self.serverFeatures = {

Callers 1

Calls 1

setFeaturesMethod · 0.45

Tested by

no test coverage detected