Home
last modified time | relevance | path

Searched refs:RE_OPTIONS (Results 1 – 3 of 3) sorted by relevance

/dports/net/py-python-ceilometerclient/python-ceilometerclient-2.9.0/ceilometerclient/tests/unit/
H A Dtest_shell.py63 RE_OPTIONS = re.DOTALL | re.MULTILINE variable in ShellHelpTest
79 self.RE_OPTIONS))
93 matchers.MatchesRegex(r, self.RE_OPTIONS))
/dports/graphics/gmt/gmt-6.3.0/doc/rst/_extensions/sphinx_panels/
H A Dpanels.py11 RE_OPTIONS = re.compile( variable
105 opt_match = RE_OPTIONS.match(line)
/dports/textproc/py-pymdown-extensions/pymdown-extensions-9.1/pymdownx/
H A Dsuperfences.py60 RE_OPTIONS = re.compile( variable
582 for m in RE_OPTIONS.finditer(string):