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