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

Function writetext_to_file

TestBloomz.py:114–116  ·  view source on GitHub ↗
(file, contents)

Source from the content-addressed store, hash-verified

112 f.writelines(lines)
113
114def writetext_to_file(file, contents):
115 with open(file, 'w', encoding='utf8') as f:
116 f.write(contents)
117
118def eval(args, subject, dev_df, test_df):
119 logfile = "bloomztestlogfile0512"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected