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