Searched refs:_ishexRE (Results 1 – 1 of 1) sorted by relevance
285 _ishexRE = re.compile('[0-9A-Fa-f]*$') variable288 return _ishexRE.match(text) is not None