Home
last modified time | relevance | path

Searched refs:_re_stripid (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dpydoc.py125 _re_stripid = re.compile(r' at 0x[0-9a-f]{6,16}(>+)$', re.IGNORECASE) variable
129 return _re_stripid.sub(r'\1', text)
/external/python/cpython3/Lib/
Dpydoc.py227 _re_stripid = re.compile(r' at 0x[0-9a-f]{6,16}(>+)$', re.IGNORECASE) variable
231 return _re_stripid.sub(r'\1', text)