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

Method init

test.py:34–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 EventType = 'lf'
33
34 def init(self):
35 self.source = easyquotation.use('lf')
36
37 def fetch_quotation(self):
38 return self.source.stocks(['162411', '000002'])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected