MCPcopy Create free account
hub / github.com/Card-Forge/forge / writeToFiles

Function writeToFiles

forge-gui/tools/EditionTracking.py:171–174  ·  view source on GitHub ↗
(text, files)

Source from the content-addressed store, hash-verified

169 return formats
170
171def writeToFiles(text, files):
172 for f in files:
173 if f:
174 f.write(text)
175
176def printOverallEditions(totalDataList, setCodeToName, releaseFile=None):
177 totalPercentage = 0

Callers 2

printOverallEditionsFunction · 0.70
printCardSetFunction · 0.70

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected