MCPcopy 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
dataStoreMethod · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected