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

Method close

scripts/spec_tools/base_printer.py:40–45  ·  view source on GitHub ↗

Write the tail end of the output and close it, if applicable. Override if you want to print a summary or are writing to a file.

(self)

Source from the content-addressed store, hash-verified

38 self._cwd = None
39
40 def close(self):
41 """Write the tail end of the output and close it, if applicable.
42
43 Override if you want to print a summary or are writing to a file.
44 """
45 pass
46
47 ###
48 # Output methods: these should all print/output directly.

Callers 15

generate_mapFunction · 0.45
writeIncludeMethod · 0.45
makeMetafileMethod · 0.45
endFileMethod · 0.45
emitPageFunction · 0.45
autoGenEnumsPageFunction · 0.45
autoGenFlagsPageFunction · 0.45
autoGenHandlePageFunction · 0.45
genAntoraNavFunction · 0.45
genExtensionFunction · 0.45
genRef.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected