Searched refs:progress_dict (Results 1 – 3 of 3) sorted by relevance
813 progress_dict = {partition: 0.1 for partition in block_diff_dict}814 progress_dict["system"] = system_progress822 progress_dict=progress_dict)828 progress=progress_dict.get(block_diff.partition),1536 progress_dict = {partition: 0.1 for partition in block_diff_dict}1537 progress_dict["system"] = 1 - len(block_diff_dict) * 0.11547 progress_dict=progress_dict)1553 progress=progress_dict.get(block_diff.partition),
3159 def __init__(self, info_dict, block_diffs, progress_dict=None, argument3161 if progress_dict is None:3162 progress_dict = {}3184 for p, progress in progress_dict.items():