Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ datetime
Method
datetime
Lib/email/headerregistry.py:318–319 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
316
317
@property
318
def
datetime(self):
319
return
self._datetime
320
321
322
class
UniqueDateHeader(DateHeader):
Callers
15
_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
test_dump_utc_aware_datetime
Method · 0.80
test_dump_aware_datetime_without_aware_datetime_option
Method · 0.80
test_dump_utc_aware_datetime_without_aware_datetime_option
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