Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ parsestr
Method
parsestr
Lib/email/parser.py:71–72 ·
view source on GitHub ↗
(self, text, headersonly=True)
Source
from the content-addressed store, hash-verified
69
return
Parser.parse(self, fp, True)
70
71
def
parsestr(self, text, headersonly=True):
72
return
Parser.parsestr(self, text, True)
73
74
75
class
BytesParser:
Callers
2
test_message_rfc822_only
Method · 0.95
make
Function · 0.95
Calls
1
parsestr
Method · 0.45
Tested by
1
test_message_rfc822_only
Method · 0.76