Home
last modified time | relevance | path

Searched refs:_imagedata (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/email/mime/
Dimage.py19 def __init__(self, _imagedata, _subtype=None, argument
41 _subtype = imghdr.what(None, _imagedata)
46 self.set_payload(_imagedata)
/third_party/python/Doc/library/
Demail.mime.rst174 .. class:: MIMEImage(_imagedata, _subtype=None, \
182 :mimetype:`image`. *_imagedata* is a string containing the raw image data. If