Home
last modified time | relevance | path

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

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