Path 1: 9 calls (0.64)

1def stop(self) -> None:
2        """Stop the progress display."""
3        self.live.stop()
4        if not self.console.is_interactive:
5            self.console.print()
            

Path 2: 5 calls (0.36)

1def stop(self) -> None:
2        """Stop the progress display."""
3        self.live.stop()
4        if not self.console.is_interactive:
5            self.console.print()