Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
Dutils.py257 rfc2231_continuation = re.compile(r'^(?P<name>\w+)\*((?P<num>[0-9]+)\*?)?$', variable
273 mo = rfc2231_continuation.match(name)