Searched refs:_PROGUARD_ANNOTATION_VALUE_RE (Results 1 – 1 of 1) sorted by relevance
41 _PROGUARD_ANNOTATION_VALUE_RE = re.compile(r'\s*?- \S+? \[(.*)\]$') variable in TestJar145 m = self._PROGUARD_ANNOTATION_VALUE_RE.match(line)