Searched refs:SOURCES_RE (Results 1 – 3 of 3) sorted by relevance
22 SOURCES_RE = re.compile( variable111 for sources_match in SOURCES_RE.finditer(target_contents):
25 SOURCES_RE = re.compile(r'sources \+?= \[(?P<sources>.*?)\]', variable70 for sources_match in SOURCES_RE.finditer(target_contents):
107 SOURCES_RE = re.compile(r'sources \+?= \[(?P<sources>.*?)\]', variable416 for sources_match in SOURCES_RE.finditer(target_contents):