Home
last modified time | relevance | path

Searched defs:_subtype (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Lib/email/mime/
Dmessage.py17 def __init__(self, _msg, _subtype='rfc822'): argument
Dbase.py16 def __init__(self, _maintype, _subtype, **_params): argument
Dtext.py17 def __init__(self, _text, _subtype='plain', _charset='us-ascii'): argument
Dapplication.py16 def __init__(self, _data, _subtype='octet-stream', argument
Dimage.py19 def __init__(self, _imagedata, _subtype=None, argument
Dmultipart.py16 def __init__(self, _subtype='mixed', boundary=None, _subparts=None, argument
Daudio.py45 def __init__(self, _audiodata, _subtype=None, argument
/external/python/cpython3/Lib/email/mime/
Dmessage.py17 def __init__(self, _msg, _subtype='rfc822', *, policy=None): argument
Dtext.py17 def __init__(self, _text, _subtype='plain', _charset=None, *, policy=None): argument
Dbase.py18 def __init__(self, _maintype, _subtype, *, policy=None, **_params): argument
Dapplication.py16 def __init__(self, _data, _subtype='octet-stream', argument
Dmultipart.py16 def __init__(self, _subtype='mixed', boundary=None, _subparts=None, argument
Dimage.py19 def __init__(self, _imagedata, _subtype=None, argument
Daudio.py45 def __init__(self, _audiodata, _subtype=None, argument
/external/python/cpython3/Lib/email/
Dmessage.py1139 def _add_multipart(self, _subtype, *args, _disp=None, **kw): argument