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

Function main

tools/standardTextToCode/writeTablesC++.py:197–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195 writeTableToFiles(table, files)
196
197def main():
198 parsedTables = pickle.load(open("tempPiclkle.p", "rb"))
199 writeTablesToCpp(parsedTables, "cpp")
200
201if __name__ == "__main__":
202 main()

Callers 1

writeTablesC++.pyFile · 0.70

Calls 1

writeTablesToCppFunction · 0.85

Tested by

no test coverage detected