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

Class HeaderParseError

Lib/email/errors.py:16–17  ·  view source on GitHub ↗

Error while parsing headers.

Source from the content-addressed store, hash-verified

14
15
16class HeaderParseError(MessageParseError):
17 """Error while parsing headers."""
18
19
20class BoundaryError(MessageParseError):

Callers 2

decode_headerFunction · 0.90
encodeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…