run_controller.py 文件源码

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

项目:column 作者: vmware 项目源码 文件源码
def get(self, id):
        """Get run by id"""
        run = self.backend_store.get_run(id)
        if not run:
            return abort(404, message="Run {} doesn't exist".format(id))
        return run_model.format_response(run)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号