MCPcopy Index your code
hub / github.com/python/cpython / _header_value_parser.py

File _header_value_parser.py

Lib/email/_header_value_parser.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Header value parser implementing various email-related RFC parsing rules.
2
3The parsing methods defined in this module implement various email related
4parsing rules. Principal among them is RFC 5322, which is the followon

Callers

nothing calls this directly

Calls 6

setFunction · 0.85
ValueTerminalClass · 0.85
escapeMethod · 0.80
compileMethod · 0.45
formatMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected