Method: rich.progress.TimeRemainingColumn.__init__
Calls: 25, Exceptions: 0, Paths: 1Back
Path 1: 25 calls (1.0)
False (20) True (5)
False (24) True (1)
None (25)
1def __init__(
2 self,
3 compact: bool = False,
4 elapsed_when_finished: bool = False,
5 table_column: Optional[Column] = None,
6 ):
7 self.compact = compact
8 self.elapsed_when_finished = elapsed_when_finished
9 super().__init__(table_column=table_column)