Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _reconstruct
Method
_reconstruct
Lib/email/headerregistry.py:222–223 ·
view source on GitHub ↗
(cls, value)
Source
from the content-addressed store, hash-verified
220
221
@classmethod
222
def
_reconstruct(cls, value):
223
return
str.__new__(cls, value)
224
225
def
fold(self, *, policy):
226
""
"Fold header according to policy.
Callers
1
_reconstruct_header
Function · 0.45
Calls
1
__new__
Method · 0.45
Tested by
no test coverage detected