Home
last modified time | relevance | path

Searched refs:tspecials (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/wsgiref/
Dheaders.py13 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
21 if quote or tspecials.search(value):
/external/python/cpython3/Lib/wsgiref/
Dheaders.py11 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
19 if quote or tspecials.search(value):
/external/python/cpython2/Lib/email/
Dmessage.py24 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
55 if quote or tspecials.search(value):
/external/python/cpython3/Lib/email/
Dmessage.py26 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') variable
66 if quote or tspecials.search(value):