(self, features)
| 545 | self._factory.sendChat(self._watcher, chatMessage) |
| 546 | |
| 547 | def setFeatures(self, features): |
| 548 | self._features = features |
| 549 | |
| 550 | def sendFeaturesUpdate(self): |
| 551 | self.sendSet({"features": self.getFeatures()}) |
no outgoing calls
no test coverage detected