Searched refs:get_matching_regexes (Results 1 – 3 of 3) sorted by relevance
41 def get_matching_regexes(self, text, expect_match=True): member in regexes_matcher63 results += child.get_matching_regexes(text, False)176 matching_exemptions = fast_matcher.get_matching_regexes(stripped, expect_match=True)453 for regex in existing_matcher.get_matching_regexes(line):
40 fast_matches = matcher.get_matching_regexes(query)