Searched refs:_RE_FIRST_COMPONENT (Results 1 – 2 of 2) 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)