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

Method writeList

scripts/jsgenerator.py:47–50  ·  view source on GitHub ↗

Write list l as a JavaScript hash with the given name

(self, l, name)

Source from the content-addressed store, hash-verified

45 write(self.endDict(), file=self.outFile)
46
47 def writeList(self, l, name):
48 """Write list l as a JavaScript hash with the given name"""
49
50 self.writeDict(l, name, printValues = False)
51
52 def endFile(self):
53 # Creates the inverse mapping of nonexistent APIs to their aliases.

Callers 1

endFileMethod · 0.95

Calls 1

writeDictMethod · 0.95

Tested by

no test coverage detected