Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PJLab-ADG/OASim
/ createTimer
Method
createTimer
limsim/simModel/fixedScene/model.py:207–210 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
205
conn.close()
206
207
def
createTimer(self):
208
t = threading.Timer(1, self.dataStore)
209
t.daemon = True
210
t.start()
211
212
def
dataStore(self):
213
cnt = 0
Callers
2
__init__
Method · 0.95
dataStore
Method · 0.95
Calls
1
start
Method · 0.45
Tested by
no test coverage detected