Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dmessage.py641 def set_type(self, type, header='Content-Type', requote=True): member in Message
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_renamed.py380 self.assertRaises(ValueError, msg.set_type, 'text')
381 msg.set_type('text/plain')
385 msg.set_type('text/html')
391 msg.set_type('application/octet-stream', 'X-Content-Type')
Dtest_email.py423 self.assertRaises(ValueError, msg.set_type, 'text')
424 msg.set_type('text/plain')
428 msg.set_type('text/html')
434 msg.set_type('application/octet-stream', 'X-Content-Type')