ggpo.common.protocol.Protocol.DECLINE_CHALLENGE

Here are the examples of the python api ggpo.common.protocol.Protocol.DECLINE_CHALLENGE taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: pyqtggpo Source File: controller.py
    def sendDeclineChallenge(self, name):
        self.sendAndRemember(Protocol.DECLINE_CHALLENGE, Protocol.packTLV(name))
        if name in self.challengers:
            self.challengers.remove(name)