Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ parsebytes
Method
parsebytes
Lib/email/parser.py:126–127 ·
view source on GitHub ↗
(self, text, headersonly=True)
Source
from the content-addressed store, hash-verified
124
return
BytesParser.parse(self, fp, headersonly=True)
125
126
def
parsebytes(self, text, headersonly=True):
127
return
BytesParser.parsebytes(self, text, headersonly=True)
Callers
1
test_byte_message_rfc822_only
Method · 0.95
Calls
1
parsebytes
Method · 0.45
Tested by
1
test_byte_message_rfc822_only
Method · 0.76