Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ parse
Method
parse
Lib/email/parser.py:68–69 ·
view source on GitHub ↗
(self, fp, headersonly=True)
Source
from the content-addressed store, hash-verified
66
67
class
HeaderParser(Parser):
68
def
parse(self, fp, headersonly=True):
69
return
Parser.parse(self, fp, True)
70
71
def
parsestr(self, text, headersonly=True):
72
return
Parser.parsestr(self, text, True)
Callers
nothing calls this directly
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected