def advance()

in gce_rescue/utils.py [0:0]


  def advance(self, step=None):
    if not step:
      step = 1
    self._pivot.value += step