Home
last modified time | relevance | path

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

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