Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DVampire/FinAgent
/ run
Method
run
tools/download_prices.py:45–46 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
self.stocks = stocks
44
self.downloader = downloader
45
def
run(self):
46
self.downloader.download(self.stocks)
47
48
def
main():
49
args = parse_args()
Callers
nothing calls this directly
Calls
1
download
Method · 0.45
Tested by
no test coverage detected