Path 1: 2 calls (1.0)

LiveError def (1) None (1)

LiveError (1) None (1)

traceback (1) None (1)

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