Path 1: 23 calls (1.0)
→ index -1 (23)
↩ return Text (23)
1def pop(self, index: int = -1) -> "Text": 2 return self._lines.pop(index)