MCPcopy Create free account
hub / github.com/DVampire/FinAgent / _init_stocks

Method _init_stocks

finagent/processor/processor.py:228–231  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

226 self.stocks = self._init_stocks()
227
228 def _init_stocks(self):
229 with open(self.stocks_path) as op:
230 stocks = [line.strip() for line in op.readlines()]
231 return stocks
232
233 def _process_price_and_features(self,
234 stocks = None,

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected