Path 1: 1 calls (1.0)

1def bell(self) -> None:
2        """Play a 'bell' sound (if supported by the terminal)."""
3        self.control(Control.bell())