Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
H A D_header_value_parser.py93 ATTRIBUTE_ENDS = ASPECIALS | WSP variable
94 EXTENDED_ATTRIBUTE_ENDS = ATTRIBUTE_ENDS - set('%')
982 re.escape(''.join(ATTRIBUTE_ENDS)))).match
2278 """attrtext = 1*(any non-ATTRIBUTE_ENDS character)
2280 We allow any non-ATTRIBUTE_ENDS in attrtext, but add defects to the
2309 if value and value[0] in ATTRIBUTE_ENDS:
2320 """attrtext = 1*(any non-ATTRIBUTE_ENDS character plus '%')

Completed in 5 milliseconds