Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ HeaderParser
Class
HeaderParser
tools/python-3.11.9-amd64/Lib/email/parser.py:70–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
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)
76
77
78
class
BytesParser:
Callers
1
make
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected