HomeSort by relevance Sort by last modified time
    Searched refs:getmaintype (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multifile.py 45 if msg.getmaintype() == 'multipart':
test_mimetools.py 40 self.assertEqual(msg.getmaintype(), "text")
  /external/python/cpython2/Lib/test/
test_multifile.py 45 if msg.getmaintype() == 'multipart':
test_mimetools.py 40 self.assertEqual(msg.getmaintype(), "text")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimetools.py 95 def getmaintype(self): member in class:Message
mhlib.py 716 if self.getmaintype() != 'multipart':
734 if self.getmaintype() == 'multipart':
745 if self.getmaintype() == 'multipart':
    [all...]
  /external/python/cpython2/Lib/
mimetools.py 95 def getmaintype(self): member in class:Message
mhlib.py 716 if self.getmaintype() != 'multipart':
734 if self.getmaintype() == 'multipart':
745 if self.getmaintype() == 'multipart':
    [all...]

Completed in 1305 milliseconds