Searched refs:_BRANCH_RE (Results 1 – 1 of 1) sorted by relevance
44 _BRANCH_RE = re.compile(r"^Manifest branch: (?P<branch>.+)") variable676 match = _BRANCH_RE.match(EscapeAnsi(line))