Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/email/
Dcharset.py324 def get_output_charset(self): member in Charset
334 cset = self.get_output_charset()
360 cset = self.get_output_charset()
Dmessage.py258 charset=charset.get_output_charset())
260 self.set_param('charset', charset.get_output_charset())
263 if str(charset) != charset.get_output_charset():
/external/python/cpython2/Doc/library/
Demail.charset.rst144 .. method:: get_output_charset()