... self.max = 0.0 self.peak = Peak(time_point=0.0, qty1=0.0, qty2=0.0) def accumulate(self, data): self.qty1 += data.qty1 self.qty2 += data.qty2 self.combo ...
確定! 回上一頁