Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/shidenggui/easyquant
/ init
Method
init
easyquant/push_engine/quotation_engine.py:12–13 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
10
EventType =
'quotation'
11
12
def
init(self):
13
self.source = easyquotation.use(
'sina'
)
14
15
def
fetch_quotation(self):
16
return
self.source.all
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected