MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / today

Method today

tools/python-3.11.9-amd64/Lib/datetime.py:964–967  ·  view source on GitHub ↗

Construct a date from time.time().

(cls)

Source from the content-addressed store, hash-verified

962
963 @classmethod
964 def today(cls):
965 "Construct a date from time.time()."
966 t = _time.time()
967 return cls.fromtimestamp(t)
968
969 @classmethod
970 def fromordinal(cls, n):

Callers 5

mainFunction · 0.80
tickFunction · 0.80
connectMethod · 0.80
today_is_later_thanFunction · 0.80
mainFunction · 0.80

Calls 2

timeMethod · 0.45
fromtimestampMethod · 0.45

Tested by

no test coverage detected