Method: pylint.extensions.no_self_use.NoSelfUseChecker.__init__
Calls: 4, Exceptions: 0, Paths: 1Back
Path 1: 4 calls (1.0)
PyLinter (4)
1def __init__(self, linter: PyLinter) -> None:
2 super().__init__(linter)
3 self._first_attrs: list[str | None] = []
4 self._meth_could_be_func: bool | None = None