MCPcopy Index your code
hub / github.com/python/cpython / HeaderParser

Class HeaderParser

Lib/email/parser.py:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67class 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)
73
74
75class BytesParser:

Callers 3

test_header_parserMethod · 0.90
makeFunction · 0.90

Calls

no outgoing calls

Tested by 2

test_header_parserMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…