Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ datetime
Method
datetime
Lib/email/headerregistry.py:316–317 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
314
315
@property
316
def
datetime(self):
317
return
self._datetime
318
319
320
class
UniqueDateHeader(DateHeader):
Callers
15
fromutc
Method · 0.80
tzinfo_examples.py
File · 0.80
us_dst_range
Function · 0.80
_date_from_string
Function · 0.80
_read_object
Method · 0.80
_write_object
Method · 0.80
parsedate_to_datetime
Function · 0.80
convert_timestamp
Function · 0.80
DatetimeDatetimeTests
Class · 0.80
test_issue127903
Method · 0.80
_create
Method · 0.80
test_dump_aware_datetime
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_issue127903
Method · 0.64
_create
Method · 0.64
test_dump_aware_datetime
Method · 0.64
test_dump_utc_aware_datetime
Method · 0.64
test_dump_aware_datetime_without_aware_datetime_option
Method · 0.64
test_dump_utc_aware_datetime_without_aware_datetime_option
Method · 0.64
test_dump_naive_datetime_with_aware_datetime_option
Method · 0.64
test_dump_duplicates
Method · 0.64
test_identity
Method · 0.64
test_large_timestamp
Method · 0.64
test_load_aware_datetime
Method · 0.64
test_dump_aware_datetime_without_aware_datetime_option
Method · 0.64