MCPcopy Index your code
hub / github.com/python/cpython / EWWhiteSpaceTerminal

Class EWWhiteSpaceTerminal

Lib/email/_header_value_parser.py:966–973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964
965
966class EWWhiteSpaceTerminal(WhiteSpaceTerminal):
967
968 @property
969 def value(self):
970 return ''
971
972 def __str__(self):
973 return ''
974
975
976class _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

Used in the wild real call sites across dependent graphs

searching dependent graphs…