Home
last modified time | relevance | path

Searched refs:set_boundary (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/
Dmultipart.py47 self.set_boundary(boundary)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_renamed.py166 msg.set_boundary('BOUNDARY')
174 msg.set_boundary('BOUNDARY')
181 msg.set_boundary, 'BOUNDARY')
1109 outer.set_boundary('BOUNDARY')
1128 outer.set_boundary('BOUNDARY')
1148 outer.set_boundary('BOUNDARY')
1175 outer.set_boundary('BOUNDARY')
1202 outer.set_boundary('BOUNDARY')
1228 outer.set_boundary('BOUNDARY')
1254 outer.set_boundary('BOUNDARY')
[all …]
Dtest_email.py165 msg.set_boundary('BOUNDARY')
173 msg.set_boundary('BOUNDARY')
180 msg.set_boundary, 'BOUNDARY')
1180 outer.set_boundary('BOUNDARY')
1199 outer.set_boundary('BOUNDARY')
1219 outer.set_boundary('BOUNDARY')
1246 outer.set_boundary('BOUNDARY')
1273 outer.set_boundary('BOUNDARY')
1299 outer.set_boundary('BOUNDARY')
1325 outer.set_boundary('BOUNDARY')
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dgenerator.py212 msg.set_boundary(boundary)
Dmessage.py702 def set_boundary(self, boundary): member in Message