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

Method write

scripts/base_generator.py:221–224  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

219 return name
220
221 def write(self, data):
222 # Prevents having to check before writing
223 if data is not None and data != "":
224 write(data, file=self.outFile)
225
226 def beginFile(self, genOpts):
227 OutputGenerator.beginFile(self, genOpts)

Callers 15

deperiodizeFileFunction · 0.45
processMethod · 0.45
writeFunction · 0.45
logDiagFunction · 0.45
logWarnFunction · 0.45
logErrFunction · 0.45
normalize_xml.pyFile · 0.45
writeFunction · 0.45
stripAPI.pyFile · 0.45
_pprint_dataclassMethod · 0.45

Calls 1

writeFunction · 0.90

Tested by

no test coverage detected