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

Class EWWhiteSpaceTerminal

Lib/email/_header_value_parser.py:949–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947
948
949class EWWhiteSpaceTerminal(WhiteSpaceTerminal):
950
951 @property
952 def value(self):
953 return ''
954
955 def __str__(self):
956 return ''
957
958
959class _InvalidEwError(errors.HeaderParseError):

Callers 2

get_unstructuredFunction · 0.85
get_bare_quoted_stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected