Searched refs:_RE_FIRST_COMPONENT (Results 1 – 4 of 4) sorted by relevance
2910 _RE_FIRST_COMPONENT = re.compile(r'^[^-_.]+') variable3007 target_first_component = _RE_FIRST_COMPONENT.match(target_base)3008 include_first_component = _RE_FIRST_COMPONENT.match(include_base)
3462 _RE_FIRST_COMPONENT = re.compile(r'^[^-_.]+') variable3558 target_first_component = _RE_FIRST_COMPONENT.match(target_base)3559 include_first_component = _RE_FIRST_COMPONENT.match(include_base)
4420 _RE_FIRST_COMPONENT = re.compile(r'^[^-_.]+') variable4499 target_first_component = _RE_FIRST_COMPONENT.match(target_base)4500 include_first_component = _RE_FIRST_COMPONENT.match(include_base)