MCPcopy Index your code
hub / github.com/python/cpython / 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
32class HeaderWriteError(MessageError):
33 """Error while writing headers."""
34
35
36# These are parsing defects which the parser was able to work around.

Callers 2

_write_headersMethod · 0.90
_write_headersMethod · 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…