Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/email/
Dutils.py369 def decode_rfc2231(s): function
437 charset, language, value = decode_rfc2231(value)
/external/python/cpython3/Doc/library/
Demail.utils.rst191 .. function:: decode_rfc2231(s)