Path 1: 109 calls (1.0)
→ layout EvaluationSection (107) Section (2)
1def _display(self, layout: Section) -> None: 2 """Launch layouts display.""" 3 print(file=self.out) 4 TextWriter().format(layout, self.out)