Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/includes/
Demail-mime.py24 msg.add_attachment(img_data, maintype='image',
Demail-dir.py63 msg.add_attachment(fp.read(),
/external/python/cpython3/Lib/email/
Dmessage.py1146 def add_attachment(self, *args, **kw): member in MIMEPart
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py932 lookup.add_attachment(
1360 def add_attachment(self, location, glyphs, entryAnchor, exitAnchor): member in CursivePosBuilder
/external/python/cpython3/Doc/library/
Demail.message.rst671 .. method:: add_attachment(*args, content_manager=None, **kw)