Path 1: 20 calls (1.0)

None (20)

None (20)

None (20)

1def __exit__(
2        self,
3        exc_type: Optional[Type[BaseException]],
4        exc_val: Optional[BaseException],
5        exc_tb: Optional[TracebackType],
6    ) -> None:
7        self._result = self._console.end_capture()