Searched refs:_maintype (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/email/mime/ |
D | base.py | 18 def __init__(self, _maintype, _subtype, *, policy=None, **_params): argument 28 ctype = '%s/%s' % (_maintype, _subtype)
|
/third_party/python/Lib/email/ |
D | headerregistry.py | 474 self._maintype = utils._sanitize(self._parse_tree.maintype) 479 return self._maintype
|
/third_party/python/Doc/library/ |
D | email.mime.rst | 33 .. class:: MIMEBase(_maintype, _subtype, *, policy=compat32, **_params) 43 *_maintype* is the :mailheader:`Content-Type` major type (e.g. :mimetype:`text` 54 (based on *_maintype*, *_subtype*, and *_params*), and a
|