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

Class WhiteSpaceTerminal

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

Source from the content-addressed store, hash-verified

944
945
946class WhiteSpaceTerminal(Terminal):
947
948 @property
949 def value(self):
950 return ' '
951
952 def startswith_fws(self):
953 return self and self[0] in WSP
954
955
956class ValueTerminal(Terminal):

Callers 3

get_fwsFunction · 0.85
get_qp_ctextFunction · 0.85
parse_message_idsFunction · 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…