Home
last modified time | relevance | path

Searched refs:getmaintype (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_multifile.py45 if msg.getmaintype() == 'multipart':
Dtest_mimetools.py40 self.assertEqual(msg.getmaintype(), "text")
/external/python/cpython2/Lib/
Dmimetools.py95 def getmaintype(self): member in Message
Dmhlib.py716 if self.getmaintype() != 'multipart':
734 if self.getmaintype() == 'multipart':
745 if self.getmaintype() == 'multipart':
/external/python/cpython2/Doc/library/
Dmimetools.rst121 .. method:: Message.getmaintype()
Demail.rst263 * The method :meth:`getmaintype` was renamed to :meth:`get_main_type`.