Home
last modified time | relevance | path

Searched refs:iter_attachments (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Doc/includes/
H A Demail-read-alternative.py58 for part in richest.iter_attachments():
/third_party/python/Lib/test/test_email/
H A Dtest_message.py49 # 'iter_attachments'. The third argument is a list of indices into 'walk'
487 self.assertEqual(list(m.iter_attachments()), attachments)
740 # We had a bug where iter_attachments was mutating the list.
746 self.assertEqual(len(list(m.iter_attachments())), 2)
977 attachments = msg.iter_attachments()
/third_party/python/Lib/email/
H A Dmessage.py1057 def iter_attachments(self): member in MIMEPart

Completed in 4 milliseconds