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

Class ValueTerminal

Lib/email/_header_value_parser.py:939–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

937
938
939class ValueTerminal(Terminal):
940
941 @property
942 def value(self):
943 return self
944
945 def startswith_fws(self):
946 return False
947
948
949class 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