Path 1: 1145 calls (1.0)
→ linter PyLinter (1137) UnittestLinter (8)
1def __init__(self, linter: PyLinter) -> None: 2 super().__init__(linter) 3 self._lines: dict[int, str] = {} 4 self._visited_lines: dict[int, Literal[1, 2]] = {}