Searched refs:stage_progress (Results 1 – 1 of 1) sorted by relevance
220 def update(self, stage_progress): argument231 stage_progress = (float(stage_progress) / self._stage_total) * 100235 progress = self._base_progress + (stage_progress * self._stage_weights[self._stage])306 def update(self, stage_progress): argument