Searched refs:_macro_identifier_re (Results 1 – 1 of 1) sorted by relevance
491 _macro_identifier_re = re.compile(r'[A-Z]\w+') variable in InputsForTest493 for name in re.findall(self._macro_identifier_re, expr):