Path 1: 1017 calls (1.0)

1def open(self) -> None:
2        self._mixin_class_rgx = self.linter.config.mixin_class_rgx
3        py_version = self.linter.config.py_version
4        self._py38_plus = py_version >= (3, 8)