Path 1: 6 calls (1.0)
→ html '
→ text '' (6)
1def __init__(self, html: str, text: str) -> None: 2 self.html = html 3 self.text = text