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

Method endDict

scripts/jsgenerator.py:29–31  ·  view source on GitHub ↗

String ending definition of a named dictionary

(self)

Source from the content-addressed store, hash-verified

27 return f'exports.{name} = {{'
28
29 def endDict(self):
30 """ String ending definition of a named dictionary"""
31 return '}'
32
33 def writeDict(self, dict, name, printValues = True):
34 """Write dictionary as a JavaScript object with the given name.

Callers 2

writeDictMethod · 0.95
endFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected