Home
last modified time | relevance | path

Searched defs:_charset (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/email/mime/
Dtext.py17 def __init__(self, _text, _subtype='plain', _charset='us-ascii'): argument
/external/python/cpython3/Lib/email/mime/
Dtext.py17 def __init__(self, _text, _subtype='plain', _charset=None, *, policy=None): argument
/external/python/cpython3/Lib/email/
D_policybase.py8 from email import charset as _charset unknown
Dheader.py20 from email import charset as _charset unknown
Dmessage.py18 from email import charset as _charset unknown