Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMySQL/PyMySQL
/ TimeFromTicks
Function
TimeFromTicks
pymysql/times.py:14–15 ·
view source on GitHub ↗
(ticks)
Source
from the content-addressed store, hash-verified
12
13
14
def
TimeFromTicks(ticks):
15
return
time(*localtime(ticks)[3:6])
16
17
18
def
TimestampFromTicks(ticks):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected