Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
def
writeEndToSource(file):
104
file.write(
"}\n"
)
105
file.write(
"\n"
)
106
107
def
writeItemsInContainer(container, files):
108
if
(files[0].spaces == 0):
Callers
1
writeTableToFiles
Function · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected