MCPcopy Create free account
hub / github.com/shidenggui/easyquant / start

Method start

easyquant/push_engine/clock_engine.py:174–175  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

172 return arrow.get(self.now).to(self.tzinfo)
173
174 def start(self):
175 self.clock_engine_thread.start()
176
177 def clocktick(self):
178 while self.is_active:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected