Path 1: 1022 calls (1.0)
1def open(self) -> None: 2 py_version = self.linter.config.py_version 3 self._py310_plus = py_version >= (3, 10) 4 self._mixin_class_rgx = self.linter.config.mixin_class_rgx