Searched refs:_INSTALLED_RE (Results 1 – 1 of 1) sorted by relevance
29 _INSTALLED_RE = re.compile(r"(.*\s*Installed:)(?P<installed_ver>.*\s?)") variable115 match = _INSTALLED_RE.match(line)