Method: rich.progress.Progress.stop
Calls: 14, Exceptions: 0, Paths: 2Back
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()