Path 1: 2 calls (1.0)

Text (2)

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