povray.py 文件源码

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

项目:saapy 作者: ashapochka 项目源码 文件源码
def build_git_graph(self):
        with shelve.open(str(self.shelve_db_path)) as db:
            git_client = GitClient(self.git_repo_path)
            git_graph = git_client.build_commit_graph()
            git_client.add_commit_tree(git_graph, ref_name='origin/master')
            db['git_graph'] = git_graph
        self.git_graph = git_graph
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号