Home | History | Annotate | Download | only in style

Lines Matching defs:TextChecker

58 from checkers.text import TextChecker
410 """Assert that the dispatched checker is a TextChecker."""
411 self.assert_checker(file_path, TextChecker)