Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DVampire/FinAgent
/ save_html
Function
save_html
finagent/utils/file_utils.py:36–38 ·
view source on GitHub ↗
(html: str, path: str)
Source
from the content-addressed store, hash-verified
34
35
36
def
save_html(html: str, path: str):
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
5
run
Method · 0.90
run
Method · 0.90
run
Method · 0.90
run
Method · 0.90
run
Method · 0.90
Calls
no outgoing calls
Tested by
1
run
Method · 0.72