Home | History | Annotate | Download | only in bs4

Lines Matching full:checker

1224             # Each operation corresponds to a checker function, a rule
1228 checker = None
1234 checker = self._attribute_checker(operator, attribute, value)
1241 checker = id_matches
1249 checker = classes_match
1284 checker = Counter(pseudo_value).nth_child_of_type
1375 if checker is not None:
1377 result = checker(candidate)
1379 # The checker has decided we should no longer
1382 if checker is None or result: