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