Home
last modified time | relevance | path

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

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