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

Method parsestr

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

Source from the content-addressed store, hash-verified

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 2

makeFunction · 0.95

Calls 1

parsestrMethod · 0.45

Tested by 1