Searched refs:_RE_OBJECT_FILE (Results 1 – 1 of 1) sorted by relevance
57 _RE_OBJECT_FILE: Pattern[str] = re.compile(r"^(.+\/.+\.o(bj)?)$") variable in Parser141 test_re_file_name = re.match(self._RE_OBJECT_FILE, line)