Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
H A D_header_value_parser.py194 token_type = 'unstructured'
1088 """unstructured = (*([FWS] vchar) *WSP) / obs-unstruct
1101 Because an 'unstructured' value must by definition constitute the entire
1110 unstructured = UnstructuredTokenList()
1114 unstructured.append(token)
1128 if len(unstructured) > 0:
1129 if unstructured[-1].token_type != 'fws':
1130 unstructured.defects.append(errors.InvalidHeaderDefect(
1133 if have_ws and len(unstructured) > 1:
1134 if unstructured[
[all...]
/third_party/python/Lib/test/test_email/
H A Dtest_pickleable.py17 unstructured = header_factory('subject', 'this is a test') variable in TestPickleCopyHeader

Completed in 4 milliseconds