Searched refs:_non_extended_attribute_end_matcher (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/email/ | ||
H A D | _header_value_parser.py | 983 _non_extended_attribute_end_matcher = re.compile(r"[^{}]+".format( variable 2327 m = _non_extended_attribute_end_matcher(value) |
Completed in 4 milliseconds