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

Method parse

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

Source from the content-addressed store, hash-verified

527
528 @classmethod
529 def parse(cls, value, kwds):
530 kwds['parse_tree'] = parse_tree = cls.value_parser(value)
531 kwds['decoded'] = str(parse_tree)
532 kwds['defects'].extend(parse_tree.all_defects)
533
534
535class ReferencesHeader:

Callers

nothing calls this directly

Calls 3

strFunction · 0.85
value_parserMethod · 0.80
extendMethod · 0.45

Tested by

no test coverage detected