Method: pylint.checkers.refactoring.refactoring_checker.RefactoringChecker.open
Calls: 1013, Exceptions: 0, Paths: 1Back
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 )