Searched refs:_imagedata (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/email/mime/ |
D | image.py | 19 def __init__(self, _imagedata, _subtype=None, argument 41 _subtype = imghdr.what(None, _imagedata) 45 self.set_payload(_imagedata)
|
/external/python/cpython3/Lib/email/mime/ |
D | image.py | 19 def __init__(self, _imagedata, _subtype=None, argument 41 _subtype = imghdr.what(None, _imagedata) 46 self.set_payload(_imagedata)
|
/external/python/cpython2/Doc/library/ |
D | email.mime.rst | 148 .. class:: MIMEImage(_imagedata[, _subtype[, _encoder[, **_params]]]) 154 :mimetype:`image`. *_imagedata* is a string containing the raw image data. If
|
/external/python/cpython3/Doc/library/ |
D | email.mime.rst | 174 .. class:: MIMEImage(_imagedata, _subtype=None, \ 182 :mimetype:`image`. *_imagedata* is a string containing the raw image data. If
|