Path 1: 1 calls (1.0)

list_iterator (1)

1def __iter__(self) -> Iterable["RenderableType"]:
2        return iter(self._renderables)