MCPcopy
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
865def write_file(file, content):
866 with open(file, "w") as f:
867 f.write(content)
868
869
870def read_json_file(file):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected