Method: pylint.checkers.variables.VariablesChecker._allowed_redefined_builtin
Calls: 16, Exceptions: 0, Paths: 1Back
Path 1: 16 calls (1.0)
'type' (4) 'dir' (2) 'next' (2) 'callable' (2) 'quit' (1) 'exit' (1) 'bytes' (1) 'dict' (1) 'range' (1) 'open' (1)
False (15) True (1)
1def _allowed_redefined_builtin(self, name: str) -> bool:
2 return name in self.linter.config.allowed_redefined_builtins