MCPcopy 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
36def save_html(html: str, path: str):
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 5

runMethod · 0.90
runMethod · 0.90
runMethod · 0.90
runMethod · 0.90
runMethod · 0.90

Calls

no outgoing calls

Tested by 1

runMethod · 0.72