Home
last modified time | relevance | path

Searched refs:ACTION2_RE (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/common_lib/cros/
Dtextfsm.py398 ACTION2_RE = re.compile(r'\s+%s(\s+%s)?$' % (RECORD_OP_RE, NEWSTATE_RE)) variable in TextFSMRule
459 action_re = self.ACTION2_RE.match(match_action.group('action'))