consumers.py 文件源码

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

项目:Interactive_estimation 作者: adminq80 项目源码 文件源码
def start_outcome(game, round_data, users_plots):
    cache.set(game.id, {'state': 'outcome',
                        'round_data': round_data,
                        'users_plots': users_plots,
                        })
    for i in users_plots:
        user = i['user']
        round_data['plot'] = i['plot']
        outcome(user, game, round_data)
    task.deferLater(reactor, 1, game_state_checker, game, 'outcome', round_data, users_plots).addErrback(twisted_error)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号