Method: rich.progress.Progress.refresh
Calls: 43, Exceptions: 0, Paths: 2Back
Path 1: 27 calls (0.63)
1def refresh(self) -> None:
2 """Refresh (render) the progress information."""
3 if not self.disable and self.live.is_started:
4 self.live.refresh()
Path 2: 16 calls (0.37)
1def refresh(self) -> None:
2 """Refresh (render) the progress information."""
3 if not self.disable and self.live.is_started:
4 self.live.refresh()