Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
16
class
HeaderParseError(MessageParseError):
17
""
"Error while parsing headers."
""
18
19
20
class
BoundaryError(MessageParseError):
Callers
2
decode_header
Function · 0.90
encode
Method · 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…