Searched refs:_re_stripid (Results 1 – 2 of 2) sorted by relevance
125 _re_stripid = re.compile(r' at 0x[0-9a-f]{6,16}(>+)$', re.IGNORECASE) variable129 return _re_stripid.sub(r'\1', text)
227 _re_stripid = re.compile(r' at 0x[0-9a-f]{6,16}(>+)$', re.IGNORECASE) variable231 return _re_stripid.sub(r'\1', text)