Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/email/
Dutils.py51 specialsre = re.compile(r'[][\\()<>@,:;".]') variable
96 if specialsre.search(name):
/external/python/cpython3/Lib/email/
Dutils.py48 specialsre = re.compile(r'[][\\()<>@,:;".]') variable
102 if specialsre.search(name):