Home
last modified time | relevance | path

Searched refs:is_attachment (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/test_email/
Dtest_message.py729 self.assertFalse(m.is_attachment())
731 self.assertFalse(m.is_attachment())
733 self.assertTrue(m.is_attachment())
735 self.assertTrue(m.is_attachment())
737 self.assertTrue(m.is_attachment())
/third_party/python/Lib/email/
Dmessage.py973 def is_attachment(self): member in MIMEPart
978 if part.is_attachment():
1080 not part.is_attachment() and subtype not in seen):
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp4908 bool is_attachment = true; in PrepareObjects() local
4910 while (is_attachment) in PrepareObjects()
4914 is_attachment = false; in PrepareObjects()
4919 is_attachment = true; in PrepareObjects()
5261 bool is_attachment = true; in PrepareObjects() local
5263 while (is_attachment) in PrepareObjects()
5267 is_attachment = false; in PrepareObjects()
5272 is_attachment = true; in PrepareObjects()
5279 is_attachment = true; in PrepareObjects()
5688 bool is_attachment = true; in PrepareObjects() local
[all …]
/third_party/python/Doc/library/
Demail.message.rst451 .. method:: is_attachment
457 is_attachment is now a method instead of a property, for consistency
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst2178 Fix API bug: email.message.EmailMessage.is_attachment is now a method.
2187 Fix email.message.EmailMessage.is_attachment to return the correct result
/third_party/python/Misc/
DHISTORY1414 - Issue #21091: Fix API bug: email.message.EmailMessage.is_attachment is now
1419 - Issue #21079: Fix email.message.EmailMessage.is_attachment to return the