MCPcopy Index your code
hub / github.com/KhronosGroup/Vulkan-Docs / undefquote

Function undefquote

scripts/jsgenerator.py:9–13  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

7import pprint
8
9def undefquote(s):
10 if s:
11 return enquote(s)
12 else:
13 return 'undefined'
14
15class JSOutputGenerator(ScriptOutputGenerator):
16 """JSOutputGenerator - subclass of ScriptOutputGenerator.

Callers 2

writeDictMethod · 0.70
endFileMethod · 0.70

Calls 1

enquoteFunction · 0.90

Tested by

no test coverage detected