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

Function nilquote

scripts/rubygenerator.py:10–14  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

8from scriptgenerator import ScriptOutputGenerator
9
10def nilquote(s):
11 if s:
12 return enquote(s)
13 else:
14 return 'nil'
15
16def makeHash(name):
17 return f'@{name} = {{'

Callers 2

writeDictMethod · 0.85
endFileMethod · 0.85

Calls 1

enquoteFunction · 0.90

Tested by

no test coverage detected