Searched refs:re_paren (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/distutils/ | ||
H A D | versionpredicate.py | 12 re_paren = re.compile(r"^\s*\((.*)\)\s*$") # (list) inside of parentheses variable 112 match = re_paren.match(paren) |
Completed in 1 milliseconds