Home
last modified time | relevance | path

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

/external/autotest/cli/
Dhost.py317 attribute_regex = r'^(?P<attribute>\w+)=(?P<value>.+)?' variable in host_mod
366 match = re.match(self.attribute_regex, options.attribute)