Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/KhronosGroup/Vulkan-Docs
/ keys
Method
keys
scripts/spec_tools/data_structures.py:39–41 ·
view source on GitHub ↗
Return an iterator over keys.
(self)
Source
from the content-addressed store, hash-verified
37
return
self.d.items()
38
39
def
keys(self):
40
""
"Return an iterator over keys."
""
41
return
self.d.keys()
42
43
def
values(self):
44
""
"Return an iterator over values."
""
Callers
15
endFile
Method · 0.80
nodes
Method · 0.80
endFile
Method · 0.80
beginFeature
Method · 0.80
writeExtraDependencyText
Method · 0.80
indexExt.py
File · 0.80
match_vuid_dict
Function · 0.80
evaluatePipelineIfdef
Method · 0.80
evaluateAccessIfdef
Method · 0.80
buildFullExtensionRequirements
Method · 0.80
nextfreebits.py
File · 0.80
reflow.py
File · 0.80
Calls
no outgoing calls
Tested by
1
match_vuid_dict
Function · 0.64