Searched refs:ACTION2_RE (Results 1 – 1 of 1) sorted by relevance
398 ACTION2_RE = re.compile(r'\s+%s(\s+%s)?$' % (RECORD_OP_RE, NEWSTATE_RE)) variable in TextFSMRule459 action_re = self.ACTION2_RE.match(match_action.group('action'))