Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/shidenggui/easyquant
/ stop
Method
stop
easyquant/push_engine/base_engine.py:24–25 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
22
self.quotation_thread.start()
23
24
def
stop(self):
25
self.is_active = False
26
27
def
push_quotation(self):
28
while
self.is_active:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected