Searched defs:_regex (Results 1 – 3 of 3) sorted by relevance
37 _regex=re.compile(rf'^{SIMPLE_TYPE}$', re.VERBOSE), argument
183 _regex = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.VERBOSE | re.IGNORECASE) variable in Version
214 _regex = re.compile( variable in Specifier