Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ parse
Method
parse
tools/python-3.11.9-amd64/Lib/email/parser.py:71–72 ·
view source on GitHub ↗
(self, fp, headersonly=True)
Source
from the content-addressed store, hash-verified
69
70
class
HeaderParser(Parser):
71
def
parse(self, fp, headersonly=True):
72
return
Parser.parse(self, fp, True)
73
74
def
parsestr(self, text, headersonly=True):
75
return
Parser.parsestr(self, text, True)
Callers
nothing calls this directly
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected