Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ today
Method
today
Lib/_pydatetime.py:1033–1036 ·
view source on GitHub ↗
Construct a date from time.time().
(cls)
Source
from the content-addressed store, hash-verified
1031
1032
@classmethod
1033
def
today(cls):
1034
"Construct a date from time.time()."
1035
t = _time.time()
1036
return
cls.fromtimestamp(t)
1037
1038
@classmethod
1039
def
fromordinal(cls, n):
Callers
8
main
Function · 0.80
test_roundtrip
Method · 0.80
test_today
Method · 0.80
test_fromutc
Method · 0.80
test_date_datetime_comparison
Method · 0.80
test_extra_attributes
Method · 0.80
tick
Function · 0.80
output_markdown
Function · 0.80
Calls
2
time
Method · 0.45
fromtimestamp
Method · 0.45
Tested by
5
test_roundtrip
Method · 0.64
test_today
Method · 0.64
test_fromutc
Method · 0.64
test_date_datetime_comparison
Method · 0.64
test_extra_attributes
Method · 0.64