Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_email/
Dtest_message.py725 self.assertFalse(m.is_attachment())
727 self.assertFalse(m.is_attachment())
729 self.assertTrue(m.is_attachment())
731 self.assertTrue(m.is_attachment())
733 self.assertTrue(m.is_attachment())
/external/python/cpython3/Lib/email/
Dmessage.py973 def is_attachment(self): member in MIMEPart
978 if part.is_attachment():
1071 not part.is_attachment() and subtype not in seen):
/external/deqp/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 …]
/external/python/cpython3/Doc/library/
Demail.message.rst451 .. method:: is_attachment
457 is_attachment is now a method instead of a property, for consistency
/external/python/cpython3/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
/external/python/cpython3/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