Path 1: 10 calls (1.0)

Live (10)

1def __enter__(self) -> "Live":
2        self.start(refresh=self._renderable is not None)
3        return self