Home
last modified time | relevance | path

Searched refs:get_output_charset (Results 1 – 6 of 6) 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/cpython3/Lib/email/
Dcharset.py271 def get_output_charset(self): member in Charset
322 charset = self.get_output_charset()
Dmessage.py348 charset=charset.get_output_charset())
350 self.set_param('charset', charset.get_output_charset())
351 if charset != charset.get_output_charset():
/external/python/cpython3/Doc/library/
Demail.charset.rst113 .. method:: get_output_charset()
/external/python/cpython2/Doc/library/
Demail.charset.rst144 .. method:: get_output_charset()