Path 1: 5 calls (1.0)
→ output None (5)
1def __init__(self, output: TextIO | None = None) -> None: 2 warnings.warn( 3 f"{self.name} output format is deprecated. This is equivalent to --msg-template={self.line_format}", 4 DeprecationWarning, 5 stacklevel=2, 6 ) 7 super().__init__(output)