Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _str
Method
_str
Lib/email/header.py:426–428 ·
view source on GitHub ↗
(self, linesep)
Source
from the content-addressed store, hash-verified
424
self._current_line = _Accumulator(headerlen)
425
426
def
_str(self, linesep):
427
self.newline()
428
return
linesep.join(self._lines)
429
430
def
__str__(self):
431
return
self._str(NL)
Callers
2
__str__
Method · 0.95
encode
Method · 0.45
Calls
2
newline
Method · 0.95
join
Method · 0.45
Tested by
no test coverage detected