Searched defs:_charset (Results 1 – 5 of 5) sorted by relevance
17 def __init__(self, _text, _subtype='plain', _charset='us-ascii'): argument
17 def __init__(self, _text, _subtype='plain', _charset=None, *, policy=None): argument
8 from email import charset as _charset unknown
20 from email import charset as _charset unknown
18 from email import charset as _charset unknown