MCPcopy 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
70class 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
78class BytesParser:

Callers 1

makeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected