Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_mimetools.py41 self.assertEqual(msg.getsubtype(), "plain")
Dtest_urllibnet.py100 self.assertEqual(info_obj.getsubtype(), "html")
Dtest_urllib2_localnet.py638 self.assertEqual(info_obj.getsubtype(), "plain")
/external/python/cpython2/Lib/
Dmimetools.py98 def getsubtype(self): member in Message
/external/python/cpython2/Doc/library/
Dmimetools.rst128 .. method:: Message.getsubtype()
Demail.rst265 * The method :meth:`getsubtype` was renamed to :meth:`get_subtype`.