Path 1: 12 calls (0.86)
1def start(self) -> None:
2 """Start the progress display."""
3 if not self.disable:
4 self.live.start(refresh=True)
Path 2: 2 calls (0.14)
1def start(self) -> None:
2 """Start the progress display."""
3 if not self.disable:
4 self.live.start(refresh=True)