Path 1: 3 calls (1.0)
None (3)
None (3)
None (3)
1def __exit__(
2 self,
3 exc_type: Optional[Type[BaseException]],
4 exc_val: Optional[BaseException],
5 exc_tb: Optional[TracebackType],
6 ) -> None:
7 self.progress.stop()
8 self.reader.__exit__(exc_type, exc_val, exc_tb)