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

Function writelines_to_file

TestMOSS.py:83–85  ·  view source on GitHub ↗
(file, lines)

Source from the content-addressed store, hash-verified

81 return lines
82
83def writelines_to_file(file, lines):
84 with open(file, 'w', encoding='utf8') as f:
85 f.writelines(lines)
86
87def writetext_to_file(file, contents):
88 with open(file, 'w', encoding='utf8') as f:

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected