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