Searched refs:sections_entry (Results 1 – 1 of 1) sorted by relevance
246 def get_section_data_from_entry(sections_entry, symbol=None): argument249 sections.append(sections_entry.replace('+', ''))250 sections.append(sections_entry.replace('+', '.*'))253 if sections_entry.endswith('+'):254 section = sections_entry.replace('+', '.*')258 return (sections_entry, None)