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