Path 1: 1138 calls (1.0)
→ linter PyLinter (1138)
1def __init__(self, linter: PyLinter) -> None: 2 super().__init__(linter) 3 self._tryfinallys: list[nodes.TryFinally] | None = None