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

Method time

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

Return the time part, with tzinfo None.

(self)

Source from the content-addressed store, hash-verified

1920 return date(self._year, self._month, self._day)
1921
1922 def time(self):
1923 "Return the time part, with tzinfo None."
1924 return time(self.hour, self.minute, self.second, self.microsecond, fold=self.fold)
1925
1926 def timetz(self):
1927 "Return the time part, with same tzinfo."

Callers 3

todayMethod · 0.45
nowMethod · 0.45
utcnowMethod · 0.45

Calls 1

timeClass · 0.85

Tested by

no test coverage detected