Home
last modified time | relevance | path

Searched refs:_maintype (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/email/mime/
Dbase.py18 def __init__(self, _maintype, _subtype, *, policy=None, **_params): argument
28 ctype = '%s/%s' % (_maintype, _subtype)
/third_party/python/Lib/email/
Dheaderregistry.py474 self._maintype = utils._sanitize(self._parse_tree.maintype)
479 return self._maintype
/third_party/python/Doc/library/
Demail.mime.rst33 .. 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