Path 1: 23 calls (1.0)

1def clear_live(self) -> None:
2        """Clear the Live instance."""
3        with self._lock:
4            self._live = None