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

Method wait

easyquant/push_engine/base_engine.py:46–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 pass
45
46 def wait(self):
47 # for receive quit signal
48 for _ in range(int(self.PushInterval) + 1):
49 time.sleep(1)

Callers 1

push_quotationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected