Searched refs:_regex (Results 1 – 2 of 2) sorted by relevance
37 _regex=re.compile(rf'^{SIMPLE_TYPE}$', re.VERBOSE), argument44 return _regex.match(typespec) is not None
1 .. _regex-howto: