Path 1: 107 calls (1.0)

EvaluationSection (107)

1def visit_evaluationsection(self, layout: EvaluationSection) -> None:
2        """Display an evaluation section as a text."""
3        self.section += 1
4        self.format_children(layout)
5        self.section -= 1
6        self.writeln()