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

Method run

tools/data_process.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 self.stocks = stocks
44 self.processor = processor
45 def run(self):
46 self.processor.process(self.stocks)
47
48def main():
49 args = parse_args()

Callers 6

run_stepFunction · 0.45
run_stepFunction · 0.45
run_stepFunction · 0.45
run_stepFunction · 0.45
run_stepFunction · 0.45
run_stepFunction · 0.45

Calls 1

processMethod · 0.80

Tested by

no test coverage detected