Home
last modified time | relevance | path

Searched refs:maintype (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Diterators.py47 def typed_subpart_iterator(msg, maintype='text', subtype=None): argument
55 if subpart.get_content_maintype() == maintype:
Dgenerator.py325 maintype = part.get_content_maintype()
326 if maintype == 'text':
328 elif maintype == 'multipart':
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmimetools.py47 self.maintype = fields[0]
96 return self.maintype