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

Method parsebytes

Lib/email/parser.py:126–127  ·  view source on GitHub ↗
(self, text, headersonly=True)

Source from the content-addressed store, hash-verified

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 1

Calls 1

parsebytesMethod · 0.45

Tested by 1