Path 1: 1 calls (1.0)
↩ return list_iterator (1)
1def __iter__(self) -> Iterable["RenderableType"]: 2 return iter(self._renderables)