in bowler/helpers.py [0:0]
def __bool__(self) -> bool: if self.done: return False else: self.done = True return True