Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_comparable
Method · 0.95
format_datetime
Function · 0.45
test_strftime_trailing_percent
Method · 0.45
test_timetuple
Method · 0.45
test_more_ctime
Method · 0.45
test_more_timetuple
Method · 0.45
test_tzinfo_timetuple
Method · 0.45
test_utctimetuple
Method · 0.45
test_comparison
Method · 0.45
test_helper
Method · 0.45
test_time
Method · 0.45
test_default_msec_format_none
Method · 0.45
Calls
1
strptime
Method · 0.45
Tested by
10
test_strftime_trailing_percent
Method · 0.36
test_timetuple
Method · 0.36
test_more_ctime
Method · 0.36
test_more_timetuple
Method · 0.36
test_tzinfo_timetuple
Method · 0.36
test_utctimetuple
Method · 0.36
test_comparison
Method · 0.36
test_helper
Method · 0.36
test_time
Method · 0.36
test_default_msec_format_none
Method · 0.36