MCPcopy Create free account
hub / github.com/Felixgithub2017/MMCU / writetext_to_file

Function writetext_to_file

TestChatGPT.py:79–81  ·  view source on GitHub ↗
(file, contents)

Source from the content-addressed store, hash-verified

77 f.writelines(lines)
78
79def writetext_to_file(file, contents):
80 with open(file, 'w', encoding='utf8') as f:
81 f.write(contents)
82
83def eval(args, subject, dev_df, test_df):
84 logfile = "chatgptestlogfile0512"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected