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

Method parse

Lib/email/headerregistry.py:264–266  ·  view source on GitHub ↗
(cls, value, kwds)

Source from the content-addressed store, hash-verified

262
263 @classmethod
264 def parse(cls, value, kwds):
265 kwds['parse_tree'] = cls.value_parser(value)
266 kwds['decoded'] = str(kwds['parse_tree'])
267
268
269class UniqueUnstructuredHeader(UnstructuredHeader):

Callers

nothing calls this directly

Calls 2

strFunction · 0.85
value_parserMethod · 0.80

Tested by

no test coverage detected