MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / time

Method time

src/pendulum/datetime.py:312–313  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

310 return Date(self.year, self.month, self.day)
311
312 def time(self) -> Time:
313 return Time(self.hour, self.minute, self.second, self.microsecond)
314
315 def naive(self) -> Self:
316 """

Callers 15

_parseFunction · 0.80
addMethod · 0.80
subtractMethod · 0.80
diffMethod · 0.80
diff_for_humansMethod · 0.80
parse_iso8601Function · 0.80
test_timeFunction · 0.80
test_timeFunction · 0.80

Calls 1

TimeClass · 0.90