Method: pylint.lint.pylinter.PyLinter.check_single_file_item
Calls: 3, Exceptions: 0, Paths: 1Back
Path 1: 3 calls (1.0)
FileItem (3)
1def check_single_file_item(self, file: FileItem) -> None:
2 """Check single file item.
3
4 The arguments are the same that are documented in _check_files
5
6 initialize() should be called before calling this method
7 """
8 with self._astroid_module_checker() as check_astroid_module:
9 self._check_file(self.get_ast, check_astroid_module, file)