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

Method writeList

scripts/pygenerator.py:40–43  ·  view source on GitHub ↗

Write list l as a Ruby hash with the given name

(self, l, name)

Source from the content-addressed store, hash-verified

38 write(self.endDict(), file=self.outFile)
39
40 def writeList(self, l, name):
41 """Write list l as a Ruby hash with the given name"""
42
43 self.writeDict(l, name, printValues = False)
44
45 def endFile(self):
46 # 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