Searched refs:pinfofmt (Results 1 – 1 of 1) sorted by relevance
3013 pinfofmt = r'# platform-(?P<val>[a-z,A-Z,0-9,_]*): (?P<info>.*)' variable in TestProps3072 elif(re.match(self.pinfofmt, line)):3172 m = re.match(self.pinfofmt, line)