Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
929
class
WhiteSpaceTerminal(Terminal):
930
931
@property
932
def
value(self):
933
return
' '
934
935
def
startswith_fws(self):
936
return
True
937
938
939
class
ValueTerminal(Terminal):
Callers
2
get_fws
Function · 0.85
get_qp_ctext
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected