67
67
and it will in turn update the display, if one is present.
71
71
self._parent_task = parent_task
77
78
def update(self, msg, current_cnt=None, total_cnt=None):
79
80
self.current_cnt = current_cnt
81
82
self.total_cnt = total_cnt
90
91
def _overall_completion_fraction(self, child_fraction=0.0):
91
92
"""Return fractional completion of this task and its parents