Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ init
Method
init
Lib/email/headerregistry.py:514–516 ·
view source on GitHub ↗
(self, *args, **kw)
Source
from the content-addressed store, hash-verified
512
kwds[
'defects'
].extend(parse_tree.all_defects)
513
514
def
init(self, *args, **kw):
515
super().init(*args, **kw)
516
self._cte = utils._sanitize(self._parse_tree.cte)
517
518
@property
519
def
cte(self):
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
init
Method · 0.45
Tested by
no test coverage detected