Path 1: 6478 calls (1.0)

Style (5982) None (496)

Style (6478)

1def __add__(self, style: Optional["Style"]) -> "Style":
2        combined_style = self._add(style)
3        return combined_style.copy() if combined_style.link else combined_style