Path 1: 2 calls (1.0)
→ line Text (2)
1def append(self, line: "Text") -> None: 2 self._lines.append(line)