Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ init
Method
init
Lib/email/headerregistry.py:313–315 ·
view source on GitHub ↗
(self, *args, **kw)
Source
from the content-addressed store, hash-verified
311
kwds[
'parse_tree'
] = cls.value_parser(kwds[
'decoded'
])
312
313
def
init(self, *args, **kw):
314
self._datetime = kw.pop(
'datetime'
)
315
super().init(*args, **kw)
316
317
@property
318
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