Method: pylint.extensions.magic_value.MagicValueChecker.__init__
Calls: 4, Exceptions: 0, Paths: 1Back
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, ...] = ()