audience.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:thegame 作者: afg984 项目源码 文件源码
def run(self):
        self._parse()
        remote = self.remote
        channel = grpc.insecure_channel(remote)
        stub = thegame_pb2_grpc.TheGameStub(channel)
        for response in stub.View(thegame_pb2.ViewRequest(token=self.token)):
            self._game_state = response
            self._response_to_controls(response)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号