Searched refs:_strip_re (Results 1 – 2 of 2) sorted by relevance
31 _strip_re = re.compile("^([0-9a-fA-F]+.+?) *#.*") variable41 match = _strip_re.match(line)
1497 _strip_re = re.compile("([0-9a-fA-F]+.+?) *#.*") variable1507 match = _strip_re.match(line)