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