MCPcopy Index your code
hub / github.com/python/cpython / timetuple

Method timetuple

Lib/xmlrpc/client.py:330–331  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

328 return s == o
329
330 def timetuple(self):
331 return time.strptime(self.value, "%Y%m%dT%H:%M:%S")
332
333 ##
334 # Get date/time value.

Callers 12

make_comparableMethod · 0.95
format_datetimeFunction · 0.45
test_timetupleMethod · 0.45
test_more_ctimeMethod · 0.45
test_more_timetupleMethod · 0.45
test_tzinfo_timetupleMethod · 0.45
test_utctimetupleMethod · 0.45
test_comparisonMethod · 0.45
test_helperMethod · 0.45
test_timeMethod · 0.45

Calls 1

strptimeMethod · 0.45

Tested by 10

test_timetupleMethod · 0.36
test_more_ctimeMethod · 0.36
test_more_timetupleMethod · 0.36
test_tzinfo_timetupleMethod · 0.36
test_utctimetupleMethod · 0.36
test_comparisonMethod · 0.36
test_helperMethod · 0.36
test_timeMethod · 0.36