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

Method beginFile

scripts/base_generator.py:1330–1332  ·  view source on GitHub ↗
(self, genOpts)

Source from the content-addressed store, hash-verified

1328 return
1329
1330 def beginFile(self, genOpts):
1331 # We intentionally skip default BaseGenerator behavior
1332 OutputGenerator.beginFile(self, genOpts)
1333
1334 def endFile(self):
1335 # Move parsed definitions to the Video Std definitions

Callers

nothing calls this directly

Calls 1

beginFileMethod · 0.45

Tested by

no test coverage detected