Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ parsestr
Method
parsestr
tools/python-3.11.9-amd64/Lib/email/parser.py:74–75 ·
view source on GitHub ↗
(self, text, headersonly=True)
Source
from the content-addressed store, hash-verified
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.95
Calls
1
parsestr
Method · 0.45
Tested by
no test coverage detected