Searched refs:RE_OPTIONS (Results 1 – 3 of 3) sorted by relevance
63 RE_OPTIONS = re.DOTALL | re.MULTILINE variable in ShellHelpTest79 self.RE_OPTIONS))93 matchers.MatchesRegex(r, self.RE_OPTIONS))
11 RE_OPTIONS = re.compile( variable105 opt_match = RE_OPTIONS.match(line)
60 RE_OPTIONS = re.compile( variable582 for m in RE_OPTIONS.finditer(string):