MCPcopy
hub / github.com/KhronosGroup/Vulkan-Docs / newline

Method newline

scripts/generator.py:1473–1475  ·  view source on GitHub ↗

Print a newline to the output file (utility function)

(self)

Source from the content-addressed store, hash-verified

1471 return [pdecl + indentdecl, tdecl + paramdecl]
1472
1473 def newline(self):
1474 """Print a newline to the output file (utility function)"""
1475 write('', file=self.outFile)
1476
1477 def setRegistry(self, registry):
1478 self.registry = registry

Callers 5

beginFileMethod · 0.80
endFileMethod · 0.80
endFeatureMethod · 0.80
beginFileMethod · 0.80
endFileMethod · 0.80

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected