Path 1: 1013 calls (1.0)

1def open(self) -> None:
2        # do this in open since config not fully initialized in __init__
3        self._never_returning_functions = set(
4            self.linter.config.never_returning_functions
5        )