MCPcopy Index your code
hub / github.com/RustPython/RustPython / _InvalidEwError

Class _InvalidEwError

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

Invalid encoded word found while parsing headers.

Source from the content-addressed store, hash-verified

957
958
959class _InvalidEwError(errors.HeaderParseError):
960 """Invalid encoded word found while parsing headers."""
961
962
963# XXX these need to become classes and used as instances so

Callers 1

get_encoded_wordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected