Path 1: 1002 calls (1.0)

1def open(self) -> None:
2        self._dunder_methods: dict[str, str] = {}
3        for since_vers, dunder_methods in DUNDER_METHODS.items():
4            if since_vers <= self.linter.config.py_version:
5                self._dunder_methods.update(dunder_methods)