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

Method parse

Lib/email/parser.py:123–124  ·  view source on GitHub ↗
(self, fp, headersonly=True)

Source from the content-addressed store, hash-verified

121
122class BytesHeaderParser(BytesParser):
123 def parse(self, fp, headersonly=True):
124 return BytesParser.parse(self, fp, headersonly=True)
125
126 def parsebytes(self, text, headersonly=True):
127 return BytesParser.parsebytes(self, text, headersonly=True)

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected