HomeSort by relevance Sort by last modified time
    Searched refs:_maintype (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
base.py 17 def __init__(self, _maintype, _subtype, **_params):
20 The Content-Type: header is taken from the _maintype and _subtype
25 ctype = '%s/%s' % (_maintype, _subtype)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
base.py 17 def __init__(self, _maintype, _subtype, **_params):
20 The Content-Type: header is taken from the _maintype and _subtype
25 ctype = '%s/%s' % (_maintype, _subtype)

Completed in 609 milliseconds