Searched refs:regexs (Results 1 – 1 of 1) sorted by relevance
144 def change_matching(self, regexs, enable): argument146 if not regexs:148 regex = re.compile('|'.join(regexs))589 config.change_matching(args.regexs, True)593 config.change_matching(args.regexs, False)
Completed in 7 milliseconds