Home
last modified time | relevance | path

Searched refs:TOKEN_ENDS (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/email/
H A D_header_value_parser.py91 TOKEN_ENDS = TSPECIALS | WSP variable
980 re.escape(''.join(TOKEN_ENDS)))).match
2238 We allow any non-TOKEN_ENDS in ttext, but add defects to the token's
2267 if value and value[0] in TOKEN_ENDS:

Completed in 4 milliseconds