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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 40 self.assertEqual(msg.getmaintype(), "text")
test_multifile.py 45 if msg.getmaintype() == 'multipart':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 40 self.assertEqual(msg.getmaintype(), "text")
test_multifile.py 45 if msg.getmaintype() == 'multipart':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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 523 milliseconds