Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/shidenggui/easyquant
/ init
Method
init
easyquant/push_engine/base_engine.py:42–44 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
40
return
None
41
42
def
init(self):
43
# do something init
44
pass
45
46
def
wait(self):
47
# for receive quit signal
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected