Searched refs:attribute_regex (Results 1 – 1 of 1) sorted by relevance
317 attribute_regex = r'^(?P<attribute>\w+)=(?P<value>.+)?' variable in host_mod366 match = re.match(self.attribute_regex, options.attribute)