Searched refs:sect_info_regex (Results 1 – 1 of 1) sorted by relevance
179 sect_info_regex = re.compile("(?P<name>[^=]+)=(?P<range>.*)") variable in Section203 match = self.sect_info_regex.match(s)