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

Function writetext_to_file

TestMOSS.py:87–89  ·  view source on GitHub ↗
(file, contents)

Source from the content-addressed store, hash-verified

85 f.writelines(lines)
86
87def writetext_to_file(file, contents):
88 with open(file, 'w', encoding='utf8') as f:
89 f.write(contents)
90
91def eval(args, subject, dev_df, test_df):
92 logfile = "MOSStestlogfile0512"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected