Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DVampire/FinAgent
/ init_path
Function
init_path
finagent/utils/file_utils.py:39–41 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
37
with
open(path,
"w"
)
as
f:
38
f.write(html)
39
def
init_path(path):
40
os.makedirs(path, exist_ok=True)
41
return
path
Callers
8
run
Method · 0.90
run
Method · 0.90
run
Method · 0.90
run
Method · 0.90
run
Method · 0.90
__init__
Method · 0.90
plot_kline
Method · 0.90
plot_trading
Method · 0.90
Calls
no outgoing calls
Tested by
1
run
Method · 0.72