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