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