Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
import
pprint
8
9
def
undefquote(s):
10
if
s:
11
return
enquote(s)
12
else
:
13
return
'undefined'
14
15
class
JSOutputGenerator(ScriptOutputGenerator):
16
""
"JSOutputGenerator - subclass of ScriptOutputGenerator.
Callers
2
writeDict
Method · 0.70
endFile
Method · 0.70
Calls
1
enquote
Function · 0.90
Tested by
no test coverage detected