Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/
Dtextfsm.py400 ACTION3_RE = re.compile(r'(\s+%s)?$' % (NEWSTATE_RE)) variable in TextFSMRule
462 action_re = self.ACTION3_RE.match(match_action.group('action'))