Home
last modified time | relevance | path

Searched refs:get_body_encoding (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/email/
H A Dcharset.py255 def get_body_encoding(self):
250 def get_body_encoding(self): global() member in Charset
H A Dmessage.py381 cte = charset.get_body_encoding()
/third_party/python/Lib/test/test_email/
H A Dtest_email.py3373 self.assertEqual(charset.get_body_encoding(), 'base64')
3384 eq(charset.get_body_encoding(), 'base64')
3396 eq(charset.get_body_encoding(), encoders.encode_7or8bit)
3404 self.assertEqual(lc.get_body_encoding(), uc.get_body_encoding())

Completed in 11 milliseconds