Searched refs:progress_dict (Results 1 – 3 of 3) sorted by relevance
817 progress_dict = {partition: 0.1 for partition in block_diff_dict}818 progress_dict["system"] = system_progress826 progress_dict=progress_dict)832 progress=progress_dict.get(block_diff.partition),1540 progress_dict = {partition: 0.1 for partition in block_diff_dict}1541 progress_dict["system"] = 1 - len(block_diff_dict) * 0.11551 progress_dict=progress_dict)1557 progress=progress_dict.get(block_diff.partition),
3227 def __init__(self, info_dict, block_diffs, progress_dict=None, argument3229 if progress_dict is None:3230 progress_dict = {}3252 for p, progress in progress_dict.items():