Home
last modified time | relevance | path

Searched refs:parsestr (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/email/
H A Dparser.py59 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__.py39 return Parser(*args, **kws).parsestr(s)
/third_party/python/Doc/includes/
H A Demail-headers.py10 headers = Parser(policy=default).parsestr(
/third_party/python/Tools/i18n/
H A Dmsgfmt.py155 charset = p.parsestr(msgstr.decode(encoding)).get_content_charset()
/third_party/python/Lib/test/test_email/
H A Dtest_policy.py324 p.parsestr('Subject: test\n\n')
H A Dtest_email.py222 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 Dmetadata.py315 parsed = email.parser.Parser(policy=email.policy.compat32).parsestr(data)
/third_party/python/Lib/http/
H A Dclient.py236 return email.parser.Parser(_class=_class).parsestr(hstring)

Completed in 12 milliseconds