Path 1: 96 calls (1.0)

Style (96)

1def leave_style(self) -> Style:
2        """Leave a style context."""
3        style = self.style_stack.pop()
4        return style