Path 1: 1 calls (1.0)

Section (1)

1def display_messages(self, layout: Section | None) -> None:
2        """Hook for displaying the messages of the reporter."""
3        for rep in self._sub_reporters:
4            rep.display_messages(layout)