Path 1: 79 calls (1.0)

slice (33) 1 (20) 0 (18) 2 (7) 3 (1)

Text (46) list (33)

1def __getitem__(self, index: Union[slice, int]) -> Union["Text", List["Text"]]:
2        return self._lines[index]