Searched refs:source_re (Results 1 – 1 of 1) sorted by relevance
92 def get_sources(source_re, text): argument93 return set([m.group(1) for m in source_re.finditer(text)])