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

Method timetuple

tools/python-3.11.9-amd64/Lib/xmlrpc/client.py:356–357  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

354 return s == o
355
356 def timetuple(self):
357 return time.strptime(self.value, "%Y%m%dT%H:%M:%S")
358
359 ##
360 # Get date/time value.

Callers 4

make_comparableMethod · 0.95
format_datetimeFunction · 0.45
localtimeFunction · 0.45
datetime_to_headerFunction · 0.45

Calls 1

strptimeMethod · 0.80

Tested by

no test coverage detected