Path 1: 7850 calls (1.0)
↩ return list_iterator (7850)
1def __iter__(self) -> Iterator["Text"]: 2 return iter(self._lines)