Path 1: 414 calls (1.0)
→ layout Text (414)
1def visit_text(self, layout: Text) -> None: 2 """Add some text.""" 3 self.write(f"{layout.data}")