Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_comparable
Method · 0.95
format_datetime
Function · 0.45
localtime
Function · 0.45
datetime_to_header
Function · 0.45
Calls
1
strptime
Method · 0.80
Tested by
no test coverage detected