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

Method endDict

scripts/pygenerator.py:23–25  ·  view source on GitHub ↗

String ending definition of a named dictionary

(self)

Source from the content-addressed store, hash-verified

21 return f'{name} = {{'
22
23 def endDict(self):
24 """ String ending definition of a named dictionary"""
25 return '}'
26
27 def writeDict(self, dict, name, printValues = True):
28 """Write dictionary as a Python dictionary with the given name.

Callers 2

writeDictMethod · 0.95
endFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected