Searched refs:status_parser (Results 1 – 1 of 1) sorted by relevance
994 status_parser = re.compile(r"^AUTOTEST_STATUS:([^:]*):(.*)$") variable in BaseClientLogger1081 status_match = self.status_parser.search(line)