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

Function write

scripts/generator.py:25–29  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

23
24
25def write(*args, **kwargs):
26 file = kwargs.pop('file', sys.stdout)
27 end = kwargs.pop('end', '\n')
28 file.write(' '.join(str(arg) for arg in args))
29 file.write(end)
30
31
32def noneStr(s):

Callers 15

writeDictMethod · 0.90
endFileMethod · 0.90
writeDictMethod · 0.90
makeAccessorMethod · 0.90
endFileMethod · 0.90
writeDictMethod · 0.90
endFileMethod · 0.90
writeIncludeMethod · 0.90
writeEnumTableMethod · 0.90
writeBoxMethod · 0.90
writeBlockMethod · 0.90

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected