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

Class ValueTerminal

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

Source from the content-addressed store, hash-verified

954
955
956class ValueTerminal(Terminal):
957
958 @property
959 def value(self):
960 return self
961
962 def startswith_fws(self):
963 return False
964
965
966class EWWhiteSpaceTerminal(WhiteSpaceTerminal):

Callers 15

get_encoded_wordFunction · 0.85
get_unstructuredFunction · 0.85
get_qcontentFunction · 0.85
get_atextFunction · 0.85
get_obs_local_partFunction · 0.85
get_dtextFunction · 0.85
_check_for_early_dl_endFunction · 0.85
get_domain_literalFunction · 0.85
get_addr_specFunction · 0.85
get_obs_routeFunction · 0.85
get_angle_addrFunction · 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…