Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/shidenggui/easyquant
/ init
Method
init
custom/fixeddataengine.py:50–52 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
48
self.__queue.put(
"work"
)
49
50
def
init(self):
51
# 进行相关的初始化操作
52
self.source = easyquotation.use(self.s)
53
54
def
fetch_quotation(self):
55
# 返回行情
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected