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