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

Class WhiteSpaceTerminal

Lib/email/_header_value_parser.py:929–936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927
928
929class WhiteSpaceTerminal(Terminal):
930
931 @property
932 def value(self):
933 return ' '
934
935 def startswith_fws(self):
936 return True
937
938
939class ValueTerminal(Terminal):

Callers 2

get_fwsFunction · 0.85
get_qp_ctextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected