Searched refs:_RE_FIRST_COMPONENT (Results 1 – 1 of 1) sorted by relevance
2946 _RE_FIRST_COMPONENT = re.compile(r'^[^-_.]+') variable3043 target_first_component = _RE_FIRST_COMPONENT.match(target_base)3044 include_first_component = _RE_FIRST_COMPONENT.match(include_base)