Home | History | Annotate | Download | only in style

Lines Matching refs:PythonChecker

57 from checkers.python import PythonChecker
406 """Assert that the dispatched checker is a PythonChecker."""
407 self.assert_checker(file_path, PythonChecker)