in gce_rescue/utils.py [0:0]
def _loading(self): chars = ['-', '|', '/', '|', '\\'] i = 0 while True: yield chars[i] i += 1 if i == len(chars): i = 0