MCPcopy Create free account
hub / github.com/PJLab-ADG/OASim / createTimer

Method createTimer

limsim/simModel/egoTracking/model.py:242–246  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

240 conn.close()
241
242 def createTimer(self):
243 if not self.tpEnd or not self.dataQue.empty():
244 t = threading.Timer(1, self.dataStore)
245 t.daemon = True
246 t.start()
247
248 def dataStore(self):
249 # stime = time.time()

Callers 2

__init__Method · 0.95
dataStoreMethod · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected