Searched refs:combined_predicate (Results 1 – 2 of 2) sorted by relevance
64 combined_predicate = lambda test: any(f(test) for f in sub_predicates)68 args_dict['predicate'] = combined_predicate
647 def combined_predicate(test): function650 self._predicate = combined_predicate