Searched refs:parsestr (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Lib/email/ |
H A D | parser.py | 59 def parsestr(self, text, headersonly=False): member in Parser 76 def parsestr(self, text, headersonly=True): 77 return Parser.parsestr(self, text, True) 125 return self.parser.parsestr(text, headersonly) 75 def parsestr(self, text, headersonly=True): global() member in HeaderParser
|
H A D | __init__.py | 39 return Parser(*args, **kws).parsestr(s)
|
/third_party/python/Doc/includes/ |
H A D | email-headers.py | 10 headers = Parser(policy=default).parsestr(
|
/third_party/python/Tools/i18n/ |
H A D | msgfmt.py | 155 charset = p.parsestr(msgstr.decode(encoding)).get_content_charset()
|
/third_party/python/Lib/test/test_email/ |
H A D | test_policy.py | 324 p.parsestr('Subject: test\n\n')
|
H A D | test_email.py | 222 msg = parser.parsestr(msgdata) 1850 msg = Parser().parsestr(text) 2144 m = Parser().parsestr("""\
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | metadata.py | 315 parsed = email.parser.Parser(policy=email.policy.compat32).parsestr(data)
|
/third_party/python/Lib/http/ |
H A D | client.py | 236 return email.parser.Parser(_class=_class).parsestr(hstring)
|
Completed in 12 milliseconds