MCPcopy Index your code
hub / github.com/KhronosGroup/Vulkan-Docs / beginDict

Method beginDict

scripts/pygenerator.py:19–21  ·  view source on GitHub ↗

String starting definition of a named dictionary

(self, name)

Source from the content-addressed store, hash-verified

17 super().__init__(*args, **kwargs)
18
19 def beginDict(self, name):
20 """String starting definition of a named dictionary"""
21 return f'{name} = {{'
22
23 def endDict(self):
24 """ String ending definition of a named dictionary"""

Callers 2

writeDictMethod · 0.95
endFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected