MCPcopy 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)
39def init_path(path):
40 os.makedirs(path, exist_ok=True)
41 return path

Callers 8

runMethod · 0.90
runMethod · 0.90
runMethod · 0.90
runMethod · 0.90
runMethod · 0.90
__init__Method · 0.90
plot_klineMethod · 0.90
plot_tradingMethod · 0.90

Calls

no outgoing calls

Tested by 1

runMethod · 0.72