Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
def
main():
49
args = parse_args()
Callers
6
run_step
Function · 0.45
run_step
Function · 0.45
run_step
Function · 0.45
run_step
Function · 0.45
run_step
Function · 0.45
run_step
Function · 0.45
Calls
1
process
Method · 0.80
Tested by
no test coverage detected