Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stas00/ml-engineering
/ write_file
Function
write_file
testing/testing_utils.py:865–867 ·
view source on GitHub ↗
(file, content)
Source
from the content-addressed store, hash-verified
863
864
865
def
write_file(file, content):
866
with
open(file,
"w"
)
as
f:
867
f.write(content)
868
869
870
def
read_json_file(file):
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected