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

Method date

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

Return the date part.

(self)

Source from the content-addressed store, hash-verified

1916 return _build_struct_time(y, m, d, hh, mm, ss, 0)
1917
1918 def date(self):
1919 "Return the date part."
1920 return date(self._year, self._month, self._day)
1921
1922 def time(self):
1923 "Return the time part, with tzinfo None."

Callers

nothing calls this directly

Calls 1

dateClass · 0.85

Tested by

no test coverage detected