Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ setStartTimer
Method
setStartTimer
python/cinbase/debug.py:42–43 ·
view source on GitHub ↗
(self, timerName)
Source
from the content-addressed store, hash-verified
40
return
jsondata
41
42
def
setStartTimer(self, timerName):
43
self.startTime[timerName] = time.time()
44
45
def
setEndTimer(self, timerName):
46
self.endTime[timerName] = time.time()
Callers
3
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
1
time
Method · 0.80
Tested by
no test coverage detected