Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ HeaderWriteError
Class
HeaderWriteError
Lib/email/errors.py:32–33 ·
view source on GitHub ↗
Error while writing headers.
Source
from the content-addressed store, hash-verified
30
31
32
class
HeaderWriteError(MessageError):
33
""
"Error while writing headers."
""
34
35
36
# These are parsing defects which the parser was able to work around.
Callers
1
_write_headers
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected