Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __str__
Method
__str__
Lib/email/_header_value_parser.py:272–273 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
270
token_type =
'bare-quoted-string'
271
272
def
__str__(self):
273
return
quote_string(
''
.join(str(x)
for
x in self))
274
275
@property
276
def
value(self):
Callers
nothing calls this directly
Calls
3
quote_string
Function · 0.85
str
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected