Searched refs:SOURCES_RE (Results 1 – 3 of 3) sorted by relevance
21 SOURCES_RE = re.compile( variable108 for sources_match in SOURCES_RE.finditer(target_contents):
24 SOURCES_RE = re.compile(r'sources \+?= \[(?P<sources>.*?)\]', variable71 for sources_match in SOURCES_RE.finditer(target_contents):
113 SOURCES_RE = re.compile(r'sources \+?= \[(?P<sources>.*?)\]', variable432 for sources_match in SOURCES_RE.finditer(target_contents):