MCPcopy Create free account
hub / github.com/IENT/YUView / writeEndToSource

Function writeEndToSource

tools/standardTextToCode/writeTablesC++.py:103–105  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

101 file.write("{\n")
102
103def writeEndToSource(file):
104 file.write("}\n")
105 file.write("\n")
106
107def writeItemsInContainer(container, files):
108 if (files[0].spaces == 0):

Callers 1

writeTableToFilesFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected