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

Method createTimer

limsim/simModel/egoTracking/interReplay.py:184–188  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182 print('[green bold]Database migration finished.[/green bold]')
183
184 def createTimer(self):
185 if not self.tpEnd or not self.dataQue.empty():
186 t = threading.Timer(1, self.dataStore)
187 t.daemon = True
188 t.start()
189
190 def dataStore(self):
191 # stime = time.time()

Callers 2

__init__Method · 0.95
dataStoreMethod · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected