Path 1: 4 calls (1.0)

PyLinter (4)

1def __init__(self, linter: PyLinter) -> None:
2        """Initialize checker instance."""
3        super().__init__(linter=linter)
4        self.valid_magic_vals: tuple[float | str, ...] = ()