Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
197
def
main():
198
parsedTables = pickle.load(open(
"tempPiclkle.p"
,
"rb"
))
199
writeTablesToCpp(parsedTables,
"cpp"
)
200
201
if
__name__ ==
"__main__"
:
202
main()
Callers
1
writeTablesC++.py
File · 0.70
Calls
1
writeTablesToCpp
Function · 0.85
Tested by
no test coverage detected