def __init__(self, blobstores, repos, default_repo, run_info_fn=None, use_cache=True, check_mutations=False):
self.blobstores = blobstores
self.repos = repos
self.set_default_repo(default_repo)
self._run_info = None
self.run_info_fn = run_info_fn or t.identity
self.use_cache = use_cache
self.check_mutations = check_mutations
评论列表
文章目录