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:311–313 ·
view source on GitHub ↗
(self, *args, **kw)
Source
from the content-addressed store, hash-verified
309
kwds[
'parse_tree'
] = cls.value_parser(kwds[
'decoded'
])
310
311
def
init(self, *args, **kw):
312
self._datetime = kw.pop(
'datetime'
)
313
super().init(*args, **kw)
314
315
@property
316
def
datetime(self):
Callers
nothing calls this directly
Calls
3
super
Class · 0.85
pop
Method · 0.45
init
Method · 0.45
Tested by
no test coverage detected