Searched refs:filter_re (Results 1 – 1 of 1) sorted by relevance
87 def get_segments_with_name(self, filter_re): argument92 if type(filter_re) is str:93 filter_re = re.compile(filter_re)101 if filter_re.match(segname):105 def get_sections_with_name(self, filter_re): argument111 if type(filter_re) is str:112 filter_re = re.compile(filter_re)123 if filter_re.match(full_section_name):